Quickz
Tampa Devs Quiz Challenge - Practice modeQuestion 1/5
0:00
In JavaScript, what would be the result of the following statement: 1 + 3 + " dozen of eggs"?
// → 3 dozen of eggs
// → 4 dozen of eggs
undefined. An exception is thrown
// → 13 dozen of eggs