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);