Skip to content

Instantly share code, notes, and snippets.

@imartinflores
Created July 30, 2023 19:03
Show Gist options
  • Save imartinflores/8467cad65a18ea5dd37b4425b1a44a21 to your computer and use it in GitHub Desktop.
Save imartinflores/8467cad65a18ea5dd37b4425b1a44a21 to your computer and use it in GitHub Desktop.
let myVar = "Hello World";
myVar = 5;
console.log(myVar);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment