Skip to content

Instantly share code, notes, and snippets.

@ramazankanbur
Created November 10, 2019 15:55
Show Gist options
  • Save ramazankanbur/f8959f69bd0b7020137a6631d8029d49 to your computer and use it in GitHub Desktop.
Save ramazankanbur/f8959f69bd0b7020137a6631d8029d49 to your computer and use it in GitHub Desktop.
const PI = 3.141593;
console.log(PI > 3);
//output
true
PI = 34;
console.log(PI);
//output TypeError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment