Easy

Understanding Object Property Modification with const in JavaScript: Mutability vs Immutability

What happens if you attempt to modify the properties of a const object in JavaScript?

Choose an option below