The JavaScript Mutation Feature You Never Knew About

added by JavaScript Kicks
6/12/2019 7:10:24 PM

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