Guest User

Untitled

a guest
May 26th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. const PI;
  2. console.log(PI) // Ouput: SyntaxError: Missing initializer in const declaration
  3. PI=3.142;
Add Comment
Please, Sign In to add comment