Guest User

Untitled

a guest
Mar 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. var i=5;
  2. if(i==5){
  3. console.log("hello");
  4. }
  5. if(5==i){
  6. console.log("hello");
  7. }
Add Comment
Please, Sign In to add comment