Skip to main content

10 docs tagged with "Primitive Value"

View All Tags

bigint

bigint is defined as: Numeric Primitive Value to rep integer with arbitrary precision to store numbers > Number.MAX_SAFE_INTEGER. Topics on: . Read more: JS, JS

boolean

boolean is defined as: Logical Primitive Value = true || false. Topics on: . Read more: JS, JS Language, Primitive, Boolean, Primitive Value | Full-Stack Wiki

null

null is defined as: Primitive Value rep absence of any value; explicitly empty. Topics on: !snippet equality null vs undefined. Read more: JS, JS Language, Prim

number

number is defined as: Primitive Value to rep FP64 numeric data Type. Topics on: FP64, can store Hexadecimal, binary or Octal, Octal, Hexadecimal. Read more: JS,

Primitive Value

Primitive Value is defined as: undefined, null, number, bigint, boolean, string, symbol. Topics on: UNNBBSS, Stored in EC in Call Stack, Primitive Reassignment.

Stored in EC in Call Stack

Stored in EC in Call Stack. Topics on: Unique Identifier created to reference Primitive Variable, Allocate Memory Address, Value save at Memory Address. Read mo

string

string is defined as: Primitive Value rep an ordered sequence of Character. Topics on: Character, UTF-8, Unicode. Read more: JS, JS Language, Primitive, String,

symbol

symbol is defined as: immutable constant Primitive Value to rep unique Object property keys. Topics on: to create a new symbol must call the new Symbol() Constr

undefined

undefined is defined as: Primitive Value to rep Variable 'not initialized' or 'not existing' (for object property). Topics on: Argument. Read more: JS, JS Langu

UNNBBSS

UNNBBSS is defined as: undefined, null, number, bigint, boolean, string, symbol. Topics on: . Read more: JS, JS Concepts, JS Engine, Value, Primitive Value, UNN