What is immutable JS?

What is immutable JS? Immutable. js is a library that supports an immutable data structure. It means that once created data cannot be changed. It makes maintaining immutable data structures easier and more efficient. The tool supports data structure like: List, Map, Set and also structures that are not implemented in . What is immutable … Continue reading What is immutable JS?