Created
April 9, 2020 05:49
-
-
Save lenoraporter/325faca90b90afc1dd42c84064838fcb to your computer and use it in GitHub Desktop.
Const must be initialized upon declaration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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