Skip to main content

19 docs tagged with "Autoboxing"

View All Tags

.replace()

.replace() is defined as: . Topics on: .replace() to escape all double quotes via RegExp Literal Notation, .replace() to escape all single quotes via RegExp Lit

Autoboxing

Autoboxing is defined as: Global Object Wrapper for Primitive to share methods & properties. Topics on: Wrapper. Read more: JS, JS Language, Primitive, Autoboxi

Boolean

Boolean is defined as: Autoboxing Wrapper for boolean Primitive; converts Argument to boolean. Topics on: . Read more: JS, JS Language, Primitive, Autoboxing, W

Infinity

Infinity is defined as: Symbolic number to rep ♾. Topics on: . Read more: JS, JS Language, Primitive, Autoboxing, Wrapper, Number, Symbolic Number, Infinity

isNaN()

isNaN() is defined as: Instance Method returns boolean if Argument is NaN or not; applies Coercion. Topics on: Number.isNaN does not apply Coercion and will onl

NaN

NaN is defined as: Number Property to rep Value of Not-a-Number. Topics on: Number.NaN. Read more: JS, JS Language, Primitive, Autoboxing, Wrapper, Number, Symb

NaN === NaN

NaN === NaN is defined as: false. Topics on: NaN is not equal to anything - including itself!!, use isNaN() to compare if value = NaN. Read more: JS, JS Languag

Number

Number is defined as: Autoboxing Wrapper for number Primitive. Topics on: Number Static Property, Symbolic number, Number Instance Methods. Read more: JS, JS La

Number Instance Methods

Number Instance Methods. Topics on: isNaN(). Read more: JS, JS Language, Primitive, Autoboxing, Wrapper, Number, Number Instance Methods|FullStack Wiki by Roger

Number Static Property

Number Static Property. Topics on: Number.MAX_SAFE_INTEGER, Number.MIN_SAFE_INTEGER, Number.MAX_VALUE, Number.MIN_VALUE. Read more: JS, JS Language, Primitive,

Number.isNaN('string')

Number.isNaN('string') is defined as: false. Topics on: Coercion NOT applied when Number.isNaN used. Read more: JS, JS Language, Primitive, Autoboxing, Wrapper,

Number.MAX_SAFE_INTEGER

Number.MAX_SAFE_INTEGER is defined as: (numeric constant) (2^53 - 1) limit for max safe precision for FP64. Topics on: JavaScript uses FP64 which can only safel

Number.MAX_VALUE

Number.MAX_VALUE is defined as: (numeric constant) for max possible rep number. Topics on: 7976931348623157e+308. Read more: JS, JS Language, Primitive, Autobox

Number.MIN_VALUE

Number.MIN_VALUE is defined as: (numeric constant) for min possible rep number. Topics on: 5e-324. Read more: JS, JS Language, Primitive, Autoboxing, Wrapper, N

String

String is defined as: Autoboxing Wrapper for string Primitive. Topics on: String Instance Methods, String.raw, String Concatenation, Tag Template Function. Read

String Instance Methods

String Instance Methods. Topics on: charAt(), CharCodeAt, concat(), fromCharCode, indexOf(), lastIndexOf(), match(), .replace(), search(), slice(), split(), sub

Symbolic number

Symbolic number is defined as: additional number Type incl. Topics on: Infinity, NaN. Read more: JS, JS Language, Primitive, Autoboxing, Wrapper, Number, Symbol

Tag Template Function

Tag Template Function is defined as: JS Syntax for function to parse Template Literal. Topics on: . Read more: JS, JS Language, Primitive, Autoboxing, Wrapper,

Wrapper

Wrapper is defined as: Object to wrap & Encapsulation data. Topics on: String, Number, BigInt, Boolean, Symbol, All Primitive except for null & undefined have a