Skip to main content

21 docs tagged with "JS Syntax"

View All Tags

Block Comment

Block Comment is defined as: /* JS Syntax to comment for multiple lines */. Topics on: . Read more: JS, JS Language, Statement, Block Comment, JS Syntax | Wiki

Chain

Chain is defined as: (JS Syntax) to group functions into single line via Dot Notation. Topics on: Dot Notation, Square Bracket Notation, Optional Chaining. Read

Destructuring

Destructuring is defined as: JS Syntax shorthand to extract elements from iterable & assign to Value. Topics on: destructured name & hours, then rename 'name' f

Dot Notation

Dot Notation is defined as: . JS Syntax to Chain & Object Literal. Topics on: improves readability of Source Code & helps escape Callback Hell, !technical dot

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:

Group

Group is defined as: RegExp JS Syntax using () to group together RegExp expressions. Topics on: \n, Capture Group, (?:abc), (a|b|c). Read more: JS, JS Language

JS Operator

JS Operator is defined as: reserved JS Syntax to perform built-in function on Operand. Topics on: !, &&, =, ??, Basic Operators, Coercion, Comparison Operator,

Line Comment

Line Comment is defined as: // JS Syntax to comment for single line. Topics on: . Read more: JS, JS Language, Statement, Line Comment, JS Syntax| FullStack Wiki

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

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

Optional Chaining

Optional Chaining is defined as: JS Syntax to conditionally call Chain or Dot Notation if function/property exists, else return undefined. Topics on: IF (?) not

Parameter Default Value

Parameter Default Value is defined as: JS Syntax used to specify default Value for a Parameter if not provided. Topics on: . Read more: JS, TS, TS Syntax, Type

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

Rest Parameter

Rest Parameter is defined as: ... JS Syntax prefix Identifier to receive Array with arb remaining Argument. Topics on: ...rest props via Rest Parameter, Rest P

Specialized Function

Specialized Function is defined as: single-purpose version of Ordinary Function with special Role, supports more features & nicer JS Syntax. Topics on: `, Arrow

Square Bracket Notation

Square Bracket Notation is defined as: JS Syntax to access element from Object via (string) key. Topics on: . Read more: JS, JS Language, Chain, JS Syntax, Obje

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

Syntactic Sugar

Syntactic Sugar is defined as: ๐Ÿฐ JS Syntax to Abstraction logic into 'sweeter' simpler Source Code. Topics on: Syntactic Sugar allows for better DX. Read more:

SyntaxError

SyntaxError is defined as: Exception due to incorrect JS Syntax, will throw at Parsing/Compilation phase of Source Code. Topics on: . Read more: JS, JS Language

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,

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