JavaScript WeakSet has() methodThe JavaScript WeakSet has() method indicates whether the WeakSet object contains the specified object. It returns true if the specified object is present, otherwise false. SyntaxThe has() method is represented by the following syntax: Parametervalue - It represents the object to be searched. ReturnA Boolean value. JavaScript WeakSet has() method exampleLet's see an example to determine whether the WeakSet object contains the specified object. Test it NowOutput: true false false
Next TopicWeakSet 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