feat/eng-123-initializing-project #1
7
index.ts
7
index.ts
@ -1,3 +1,9 @@
|
|||||||
|
function anotherGreeting() {
|
||||||
|
|||||||
|
console.log("another greeting!");
|
||||||
|
console.log("yet another greeting!");
|
||||||
|
console.log("yet yet another greeting!");
|
||||||
|
}
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
console.log("hello youtube!");
|
console.log("hello youtube!");
|
||||||
|
|
||||||
@ -7,3 +13,4 @@ function init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
init();
|
init();
|
||||||
|
anotherGreeting();
|
||||||
|
Reference in New Issue
Block a user
I would have the commit that extracts this into a function, after the feature commit.