Run ยป
<!DOCTYPE html> <html> <body> <script> var age = Number("3") + 5; alert(age); // age = 8 </script> </body> </html