Programming (Year 12)
Data Types
What is the output of the following code: console.log(2 + '2')?
22
4
Error
2 2