mutable ↔ (typeof) Variable that can be changed
In JavaScript, only Object& Array are mutable whereas Primitive Value are immutable
References
let↔ JS Keyword to Declare mutable Variable with Block Scopevar↔ JS Keyword to Declare mutable Variable with Function Scoperef↔ Object return byuseRef()to store state value, with mutable.currentStable Variable won't trigger re-render