✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Look at the following JavaScript code:
var a=2;var b=4;function resetValues() { var a=5; b=10;}resetValues();
Which of the following statements would be true after this code was executed?