19. Consider the following scenario. What gets logged?

console.log(3+"2");

console.log(1-"2");