Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 102 Bytes

force_object_immutability.md

File metadata and controls

5 lines (4 loc) · 102 Bytes

Force object immutability

const months = Object.freeze({name: 'John', surname: 'Doe'});