Skip to content

Instantly share code, notes, and snippets.

@trainspotter-rhld
Last active May 20, 2022 13:34
Show Gist options
  • Save trainspotter-rhld/2aa65d62cf0f163c589788aaf6bdb11d to your computer and use it in GitHub Desktop.
Save trainspotter-rhld/2aa65d62cf0f163c589788aaf6bdb11d to your computer and use it in GitHub Desktop.
challenge
let ts = true;
if(ts) {
console.log('I LOVE TypeScript');
ts = false;
}else {
console.log('I hate TypeScript');
}
//? what will the output be?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment