JavaScript WeakMap ObjectThe JavaScript WeakMap object is a type of collection which is almost similar to Map. It stores each element as a key-value pair where keys are weakly referenced. Here, the keys are objects and the values are arbitrary values. SyntaxParameteriterable - It represents an array and other iterable object whose elements are in the form of key-value pair. Points to remember
JavaScript WeakMap Methods
Next TopicJavaScript callback |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India