View all questions & answers for the JavaScript-Developer-I exam
Consider type coercion, what does the following expression evaluate to?
True + 3 + ‘100’ + null
104
4100
‘3100null’
‘4100null’
Submit