I am checking below expressions console.log(2+'2') // 22 console.log(2-'2') // 0
why not came 2+'2' is 4 ,the above both two expressions are using arithmetic operators???
please guide me
I am checking below expressions console.log(2+'2') // 22 console.log(2-'2') // 0
why not came 2+'2' is 4 ,the above both two expressions are using arithmetic operators???
please guide me