1359 Views
You know the X-men, right? Well, this is just like the X-men, except that it's a lesson on Javascript. But still, pretty much the same thing. Because JavaScript is a prototype-based (not object-oriented) language, mutation is an important aspect. We won't get too theoretical here but there are mutable and immutable objects in JavaScript i.e.
0 comments