Advertisement
Guest User

Some and-game stuff!

a guest
May 27th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. x = 4
  2. y = 0 - x
  3.  
  4. if (x >= 0) {
  5.     console.log ("This value is positive") }
  6. else {
  7.     x + y
  8.     console.log ("Now this value is positive aswell!") }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement