Scope refers to the visibility of variables. By default, every variable has a global scope that means it is visible everywhere in the script.
確定! 回上一頁