What does the following code do and why? console.log(1+"2")

The code outputs the text "12" to the console, demonstrating a concatenation of a string and an integer.

Related Javascript Mentoring answers

All answers ▸

How do you create objects in javascript?


What is the difference between let and var when declaring variables in javascript?


If I do var a=3 and var b=4 and then do var c=a+b it tells me the answer is 34. Why?


How would you change the background colour of a div with the id "colourme" to purple?


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2024

Terms & Conditions|Privacy Policy