Programming (11th Grade)
JavaScript Basics
What is the output of the following code: console.log(2 + '2')?
22
4
NaN
undefined