All declarations (function, var, let, const and class) are hoisted in JavaScript, while the var declarations are initialized with undefined ...
確定! 回上一頁