Skip to content

Instantly share code, notes, and snippets.

@makstyle119
Created March 26, 2023 09:47
Show Gist options
  • Save makstyle119/a4412cdcc4bac69a5f373bef3d23d7de to your computer and use it in GitHub Desktop.
Save makstyle119/a4412cdcc4bac69a5f373bef3d23d7de to your computer and use it in GitHub Desktop.
Syntax of Variables in JavaScript
let myVariable = 5;
const myConstant = "Hello";
var myVar = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment