Compare commits
2 Commits
feat/eng-1
...
fcfc3ec8a4
Author | SHA1 | Date | |
---|---|---|---|
fcfc3ec8a4 | |||
a4ead847c3 |
11
index.ts
11
index.ts
@ -1,13 +1,5 @@
|
||||
const PERSON = "youtube";
|
||||
|
||||
function anotherGreeting() {
|
||||
console.log("another greeting!");
|
||||
console.log("yet another greeting!");
|
||||
console.log("yet yet another greeting!");
|
||||
}
|
||||
|
||||
function init() {
|
||||
console.log(`hello ${PERSON}!`);
|
||||
console.log("hello world!");
|
||||
|
||||
console.log("another log!");
|
||||
|
||||
@ -15,4 +7,3 @@ function init() {
|
||||
}
|
||||
|
||||
init();
|
||||
anotherGreeting();
|
||||
|
Reference in New Issue
Block a user