Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // FIRST SCRIPT IN JAVASCRIPT!!! :D
- var test1 = 1;
- var test2 = (this.test1 + this.test1);
- if (this.test1 > this.test2) {
- console.warn("wtf happend") // will log this if 1 > 2 if 1 is bigger than 2. nah obviously no LOL
- } else {
- console.log("YES") // will log "YES" if 1 < 2. obviously
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement