JavaScript WeakMap has() methodThe JavaScript WeakMap has() method indicates whether the ?WeakMap object contains the specified key. It returns true if the specified key is present, otherwise false. SyntaxThe has() method is represented by the following syntax: Parameterkey - It represents the key to be searched. ReturnA Boolean value. JavaScript WeakMap has() method exampleLet's see an example to determine whether the WeakMap object contains the specified key. Test it NowOutput: true
Next TopicWeakMap set() Method
|
JavaTpoint offers too many high quality services. Mail us on [email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected]
Duration: 1 week to 2 week