Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com

Integer Plus Char

Easy
0/10

Problem statement

What will the below line print on the console for the following JavaScript statement?

console.log(1 + '1')
Options: Pick one correct answer from below