ES6 provides a new way of declaring a constant by using the const keyword. The const keyword creates a read-only reference to a value.
確定! 回上一頁