JavaScript Associate — Medium
Key points
- `const` restricts variable reassignment
- `Object.freeze()` prevents object property modification
- `const` does not freeze object properties
- `Object.freeze()` is specifically for freezing object properties
Ready to go further?
Related questions
