Skip to main content

8 docs tagged with "Conditional Statement"

View All Tags

!snippet truthy falsy

!snippet truthy falsy. Topics on: Boolean([]), Boolean(new Date()), true && 'wasd', Boolean(null), [] == true. Read more: JS, JS Language, Statement, Control Fl

Boolean Context

Boolean Context is defined as: whether Value Coercion to Truthy || Falsy. Topics on: Truthy, Falsy. Read more: JS, JS Language, Statement, Control Flow, Conditi

Conditional Statement

Conditional Statement is defined as: Control Flow to execute vs boolean condition. Topics on: if, if...else, switch, try...catch, Boolean Context. Read more: JS

Falsy

Falsy is defined as: value considered false (in Boolean Context) via Coercion. Topics on: contrast, !snippet truthy falsy. Read more: JS, JS Language, Statement

if

if is defined as: Control Flow JS Keyword to optionally execute Block on Boolean Context of expression. Topics on: . Read more: JS, JS Language, Statement, Cont

switch

switch. Topics on: . Read more: JS, JS Language, Statement, Control Flow, Conditional Statement, Switch|FullStack Wiki by Roger J

Truthy

Truthy is defined as: value considered true (in Boolean Context) via Coercion. Topics on: contrast. Read more: JS, JS Language, Statement, Control Flow, Conditi

try...catch

try...catch. Topics on: . Read more: JS, JS Language, Statement, Control Flow, Conditional Statement|FullStack Wiki by Roger J