GitbookIO / javascript

GitBook teaching programming basics with Javascript
https://gitbook.gitbook.io/learn-javascript/
Apache License 2.0
3.57k stars 1.01k forks source link

Immutable/Mutable Example Context unjustified #89

Open amandeepmittal opened 8 years ago

amandeepmittal commented 8 years ago

The example that explains the difference between the mutable and immutable JS values is unclear for a beginner. In the example you have described the primitive value as mutable, it will become more clear if you'd describe in the example the immutability of primitive values.