ASArturo Sosainblog.arturososa.dev·Oct 22, 2022 · 3 min readImmutable Data: ObjectsImmutability in JavaScript is a not trivial and quite complex topic for many new programmers. So in order to shed some light on the matter, I wrote a quick guide on object immutability. But first we need to define what is immutability in the JavaScri...00