Guest User

Untitled

a guest
Sep 24th, 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. if("Matt".length === 4);
  2. {
  3. console.log("I am right");
  4. }
  5. else
  6. {
  7. console.log("I am wrong");
  8. }
Add Comment
Please, Sign In to add comment