Skip to content

Instantly share code, notes, and snippets.

@lenoraporter
Created April 9, 2020 05:49
Show Gist options
  • Save lenoraporter/325faca90b90afc1dd42c84064838fcb to your computer and use it in GitHub Desktop.
Save lenoraporter/325faca90b90afc1dd42c84064838fcb to your computer and use it in GitHub Desktop.
Const must be initialized upon declaration
const meg; //Uncaught SyntaxError: Missing initializer in const declaration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment