Skip to main content

22 docs tagged with "Literal"

View All Tags

[[Value]]

[[Value]] is defined as: [[Value]]: any = undefined to be retrieved by getter. Topics on: . Read more: JS, JS Language, Declaration, Literal, Object Literal, Sl

Abstract Method

Abstract Method is defined as: Method only declared w/o implementation. Topics on: . Read more: JS, JS Language, Declaration, Literal, Object Literal, Slot, Met

Accessor

Accessor is defined as: Setter/ Getter Method to write/read Accessor Property in Object. Topics on: . Read more: JS, JS Language, Declaration, Literal, Object L

Accessor Property

Accessor Property is defined as: Value Property Modifier to set access via Getter & Setter Method. Topics on: Setter, Getter. Read more: JS, JS Language, Declar

Array Literal

Array Literal. Topics on: . Read more: JS, JS Language, Declaration, Literal|FullStack Wiki by Roger J

Data Property

Data Property. Topics on: . Read more: JS, JS Language, Declaration, Literal, Object Literal, Property Attribute, Data Property|FullStack Wiki by Roger J

Declaration

Declaration is defined as: (process) to create a Variable, usually via Literal. Topics on: Literal, function, var, let, const, function*, async function, return

Enhanced Object Literals

Enhanced Object Literals is defined as: ES2015 extends base Object Literal JS Syntax. Topics on: shorthand assignment, Spread Property, super calls. Read more:

Getter

Getter is defined as: function to get a value, called as property literal; prepend Method with get JS Keyword. Topics on: get, !snippet getter called as a prope

Literal

Literal is defined as: JS Syntax to rep Source Code as literally written. Topics on: Object Literal, Template Literal, String literal, Array Literal, Boolean Li

Literal Enum Member

Literal Enum Member is defined as: Enum Member with Initializer either explicitly initialized via number/string Literal | omitted Initializer (implicit value).

Method

Method is defined as: function attach as Object property to define behaviour. Topics on: Abstract Method. Read more: JS, JS Language, Declaration, Literal, Obje

Object Literal

Object Literal is defined as: JS Syntax to Declaration & initiate new Object. Topics on: !snippet new shallow copy using Object Literal & Spread Operator, Enhan

Property Attribute

Property Attribute is defined as: object's Data Property or Accessor Property. Topics on: enumerable, Data Property, Accessor, Accessor Property. Read more: JS,

Property Key

Property Key is defined as: Label for property as string || symbol. Topics on: . Read more: JS, JS Language, Declaration, Literal, Object Literal, Property Key,

Public Slot

Public Slot. Topics on: [[Value]], [[Writable]], [[Enumerable]], [[Configurable]]. Read more: JS, JS Language, Declaration, Literal, Object Literal, Slot, Publi

RegExp Literal Notation

RegExp Literal Notation is defined as: Literal JS Syntax to create RegExp, execute at Compile Time. Topics on: . Read more: JS, JS Language, Object, Reg Exp, Re

Setter

Setter is defined as: function to set a value, prepend class Method with set JS Keyword. Called as property literal reassignment. Topics on: set, !snippet sette

Slot

Slot is defined as: Object Property as Property Key:Property Attribute pair. Topics on: [[ ]], Method, Public Slot. Read more: JS, JS Language, Declaration, Lit

Spread Property

Spread Property is defined as: Enhanced Object Literals to add object property via Spread Operator. Topics on: overlap Property Key with Spread Property will ov

String Interpolation

String Interpolation is defined as: JS Syntax to insert value Expression into string/Array. Topics on: . Read more: JS, JS Language, Declaration, Literal, Templ

Template Literal

Template Literal is defined as: JS Syntax to Declaration string via ` to allow String Interpolation for any Expression via ${}. Topics on: String Interpolati