Back
Coding Fundamentals
Progress: 1 / 3
Question 1 of 3
15s
What does the following code output? console.log(5 + "5")
"10"
10
"55"
Error