Compare commits
1 Commits
main
...
00a5d2454b
Author | SHA1 | Date | |
---|---|---|---|
00a5d2454b |
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