Mutable is a type of variable that can be changed. In JavaScript, only objects and arrays are mutable, not primitive values.
確定! 回上一頁