What is the output of the below JavaScript?
with(Math){
alert(pow(2,3));
}
Reveal answer
Fill a bubble to check yourself
What is the output of the below JavaScript?
with(Math){
alert(pow(2,3));
}