How do I change the value of a global variable inside of a function

前端 未结 5 762
野趣味
野趣味 2020-11-27 10:36

I am using JavaScript and I create a global variable. I define it outside of a function and I want to change the global variable value from inside a function and use it from

5条回答
  •  青春惊慌失措
    2020-11-27 11:01

    
    

提交回复
热议问题