Use let declaration for variables whose value can change. Whenever possible assign an initial value right away, e.g. let index = 0 .
確定! 回上一頁