/ Published in: JavaScript
Expand |
Embed | Plain Text
var a = 1; var b = (a == 1) ? 2 : 1; console.log('b is now = 2')
You need to login to post a comment.
var a = 1; var b = (a == 1) ? 2 : 1; console.log('b is now = 2')
You need to login to post a comment.