Skip to content

Tag Archives: JavaScript-Properties

JavaScript RegExp flags property is an accessor property that returns the flags being used in the Regular Expression. The flags are returned in alphabetical order… Read More
JavaScript RegExp unicode property is used to check whether the ‘u’ flag is set or not in the Regular Expressions flag. If the ‘u’ flag… Read More
JavaScript RegExp source property is used to return the text of the Regular Expressions. The text returned by this property is the pattern of the… Read More
JavaScript RegExp sticky property is used to check whether the ‘s’ flag is set or not. If the ‘s’ flag is set then this property… Read More
JavaScript RegExp hasIndices property is used to check whether the ‘d’ flag is used in Regular Expressions or not. If the ‘d’ flag is set… Read More
JavaScript RegExp dotAll property is used to check whether the ‘s’ flag is set or not. If the ‘s’ flag is set then this property… Read More
JavaScript resizable property in ArrayBuffer is used to check whether an ArrayBuffer can be resized or not. It returns a boolean value. It is a… Read More
JavaScript maxByteLength in ArrayBuffer is used to set the maximum size of ArrayBuffer in bytes. This specified length is the maximum length to which we… Read More
JavaScript ArrayBuffer constructor property is used to return the ArrayBuffer constructor function for the object. The function returned by this property is just the reference,… Read More
JavaScript Generator constructor property is used to return the Generator constructor function for the object. The function which is returned by this property is just… Read More
JavaScript WeakMap constructor property is used to return the WeakMap constructor function for the object. The function returned by this property is just the reference,… Read More
JavaScript Symbol constructor property is used to return the Symbol constructor function for the object. The function returned by this property is just the reference,… Read More
JavaScript Promise constructor property is used to return the Promise constructor function for the object. The function which is returned by this property is just… Read More
JavaScript BigInt constructor Property in Javascript is used to return the BigInt constructor function for the object. The function which is returned by this property… Read More
JavaScript WeakSet constructor property is used to return the WeakSet constructor function for the object. The function returned by this property is just the reference,… Read More