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