✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Choose the correct answer when you run the following javascript code.function f1(){ { let n1 = 100; var n2 = 200; } alert(n1 + n2);}