nextptr
Sign In
Sign Up
What is the result of JavaScript expression ('4'+2)-2
Question
| May 26, 2017 |
nextptr
javascript
Given a JavaScript expression below:
var x = ('4' + 2) - 2;
What is
x
?