Guest User

Untitled

a guest
Feb 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. var first variable = "variable's first value"//whitespace error
  2. var first>variable = "variable's first value"//arrow error
  3. var first-variable = "variable's first value"//line-drawing char error
  4. var 1firstvariable = "variable's first value"//startin with number error
  5. var var = "variable's first value" //reserved keyword error
Add Comment
Please, Sign In to add comment