JavaScript – Array constructor Property
The Array constructor property returns the function that created the Array prototype.
The Array constructor property returns the function that created the Array prototype.
The Array length property sets or returns the number of elements in an array.
The Array.prototype property allows new properties and methods to be added to existing arrays.
The Boolean constructor property returns the function that created the Boolean prototype.
The Boolean prototype property allows you to add new properties and methods to existing booleans.
The Class extends keyword is used to create a child class of a parent class, which then inherits all the methods from the parent class.
The Class static keyword defines static methods for classes, which are then called directly on the class without creating an instance.
The Class super keyword is used to call the constructor of its parent class to access the parent’s properties and methods.
The Date constructor property returns the function that created the Date prototype.
The Date.prototype() property allows you to add new properties and methods to the Date object.
The attributes.length property returns the number of nodes in a NamedNodeMap.
The Attributes name property returns the name of an attribute.
The Attributes specified property returns true if an attribute is specified. Otherwise it returns an error.
The Attributes value property returns the value of an attribute.
The Collection length property returns the number of elements in an HTMLCollection, which is an array-like list of HTML elements.
The document.activeElement property returns the HTML element that has focus.
The document.baseURI property returns the base URI of the document.
The document.body property returns the document’s <body> element.
The document.characterSet property returns the character encoding for the document.
The document.cookie property returns a semicolon-separated list of key=value pairs (document cookies).