Ever confused between Mutable and immutable data types?❓ Immutable data type : You can't change them ❌. Mutable data type : They won't change on their own 🤷🏻♀️. The Mutable Data types 🔇📊 are a special type of class which has the capability to change its data representation 📊. On the other hand, Immutable data 🔇❌ types are special types of classes that do not have any provision for changing its internal state representation. Mutable data types 🔇, like the ones in JavaScript.