Predict the output of the following code:

function LogIn(uname,pass){
return pass+'Welcome '+uname;
}
console.log(parseInt(LogIn("Odin","12@Od")));
console.log(isNaN(LogIn("Odin","Od@12")));

NaN true

undefined false

undefined true

12 true

Verified Answer
Correct Option - d

To get all Infosys Certified Java Script Protractor Tester Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram