What does console.log(5 + "5"); return?
undefined
Boolean
String
Number
The expression console.log() does not return any value. It only prints to the console.
28 / 32