Guest User

Untitled

a guest
Apr 26th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. let a = 4
  2. if (a = 2) {
  3. console.log(a)
  4. }
  5.  
  6. if (a == 2) {
  7. console.log(a)
  8. }
Add Comment
Please, Sign In to add comment