Resolve "Setup Typescript" #11

Merged
clbertolini merged 5 commits from 2-setup-typescript into main 2023-09-26 21:00:53 +00:00
5 changed files with 60 additions and 1 deletions
Showing only changes of commit 6ce4974d7f - Show all commits

View File

@ -1,9 +1 @@
function sayMyName(name: string): void { console.log("Hello, World!");
if (name === "Heisenberg") {
console.log("You're right 👍");
} else {
console.log("You're wrong 👎");
}
}
sayMyName("Heisenberg");