Tag: technology
Questions Related to technology
What is the output of the below JavaScript?
with(Math){
alert(pow(2,3));
}
What is the output of the below JavaScript?
with(Math){
alert(pow(2,3));
}