Skip to Content
Built InsOverview

Built-ins

Quickly see the shape of a built-in — its properties, methods, and what you can do with it.

Built-inWhat it covers
ArrayMutating vs non-mutating methods, transforms, iteration
DateConstructors, formatting, arithmetic, gotchas
ErrorProperties, built-in types, custom errors, cause chaining
EventProperties, bubbling, delegation, custom events
.filter()Syntax, common patterns, edge cases
forfor, for…of, for…in, labeled loops
.forEach()Syntax, gotchas, when to use map instead
FormDataReading forms, appending, sending with fetch
Object.fromEntries()Converting arrays/maps to objects
.map()Syntax, transforms, index usage
ObjectKeys, values, entries, assign, freeze, spread
.reduce()Accumulator patterns, when to avoid
RegExpPatterns, flags, methods, common recipes
SetCreation, methods, ES2025 set operations
typeofType checking, quirks, alternatives
whilewhile, do…while, break, continue
Last updated on