What is object freeze?
Answer / Shiv Kumar Prasad
Object.freeze() is a method in JavaScript that prevents modifications to an object, making it immutable (neither its properties nor methods can be added, removed or changed).
| Is This Answer Correct ? | 0 Yes | 0 No |
why we calld java object orinted programming language??
What are events in javascript?
What is the Infinity property used for in Javascript?
How do I enable javascript on google?
Explain “use strict” ?
What are a fixed-width table and its advantages in javascript?
How to have an element invoke a javascript on selection, instead of going to a new url?
Difference between window, document, and screen in Javascript?
What is object cloning
What are the security related issues in JavaScript scripts?
How to get value of an element by class in javascript ?
What is a named function in JavaScript? How to define a named function?