P PHC-Lei Forum Veteran Dec 15, 2020 #1 give me 2 type of variable sa javascript at ano po meaning ng loop sa python?
J Jmrie_ in memoriam 1995-2021 Legendary Dec 15, 2020 #2 JavaScript variables have only two scopes. Global Variables − A global variable has global scope which means it can be defined anywhere in your JavaScript code. Local Variables − A local variable will be visible only within a function where it is defined. Function parameters are always local to that function.
JavaScript variables have only two scopes. Global Variables − A global variable has global scope which means it can be defined anywhere in your JavaScript code. Local Variables − A local variable will be visible only within a function where it is defined. Function parameters are always local to that function.
H homer_simpson Eternal Poster Dec 16, 2020 #3 You asked for help? Kung hindi ka self-sufficient sa mga simple tasks, perhaps programming is not for you.
You asked for help? Kung hindi ka self-sufficient sa mga simple tasks, perhaps programming is not for you.