Nagarro interview question

How to prevent a javascript object from external updates to its properties?

Interview Answer

Anonymous

9 May 2022

Object.freeze()

Nagarro Interview Question: How to prevent a javascript object from external updates to its properties? | Glassdoor