What is the output of the below JavaScript?
alert(parseInt("8.56") + " " + parseInt("8error"));
Reveal answer
Fill a bubble to check yourself
What is the output of the below JavaScript?
alert(parseInt("8.56") + " " + parseInt("8error"));