What is output to the console when the JavaScript below is e…

Questions

Whаt is оutput tо the cоnsole when the JаvаScript below is executed? num = 5;console.log(num > 10 ? "Iron Man" : "Hulk");