Unobvious console output

Report a typo

You have been given a code written in the console. Write the results of the program execution (if there are several values, write them separated by a space in the order of output to the console).

> .editor
// Entering editor mode (Ctrl+D to finish, Ctrl+C to cancel)

const firstNum = "1";
const secondNum = 2;

console.log(firstNum + secondNum);
Enter a short text
___

Create a free account to access the full topic