What is the use of a weakset object in javascript?
Answer / Ravi Tiwari
The WeakSet object in JavaScript is a special type of set object that only holds weak references to its values. It is useful for storing objects without keeping a strong reference, which can help with memory management.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how can you submit a form using JavaScript?
Why do we need hoisting in javascript?
How can javascript be used to personalize or tailor a web site to fit individual users?
What is the dollar sign in javascript?
Why is currying called currying?
what is onfocus and onblur events in java script?
What is the use of a typedarray object in javascript?
How to define a anonymous function?
What is the best site to learn javascript?
Public Static Void Main(String args[]) { System.out.in("Hai.."); } In the above code why string args[] is required.... If we are not giving command line argument..
Do I need to install javascript?
What are javascript functions?