The practical bits of JavaScript's "standard library" that will make you more productive with JavaScript
by kentcdoddsJavaScript
Last 12 weeks · 0 commits
3 of 6 standards met
Just ripped this list off of the navbar from MDN's JavaScript page. [x] Array [ ] ArrayBuffer [x] AsyncFunction [ ] Atomics [x] Boolean [ ] DataView [x] Date [x] Error _I'll cover the different error types briefly_ [ ] EvalError [ ] Float32Array [ ] Float64Array [x] Function [x] Generator [x] GeneratorFunction [x] Infinity [ ] Int16Array [ ] Int32Array [ ] Int8Array [ ] InternalError [x] Intl [x] Intl.Collator [x] Intl.DateTimeFormat [x] Intl.NumberFormat [x] JSON [x] Map [x] Math [x] NaN [x] Number [x] Object [x] Promise [x] Proxy [ ] RangeError [ ] ReferenceError [x] Reflect [x] RegExp [ ] SIMD [ ] SIMD.Bool16x8 [ ] SIMD.Bool32x4 [ ] SIMD.Bool64x2 [ ] SIMD.Bool8x16 [ ] SIMD.Float32x4 [ ] SIMD.Float64x2 [ ] SIMD.Int16x8 [ ] SIMD.Int32x4 [ ] SIMD.Int8x16 [ ] SIMD.Uint16x8 [ ] SIMD.Uint32x4 [ ] SIMD.Uint8x16 [x] Set [ ] SharedArrayBuffer [x] String [x] Symbol [ ] SyntaxError [ ] TypeError [x] TypedArray _I'll cover TypedArrays generally and briefly (hence the specific implementations are not checked)_ [ ] URIError [ ] Uint16Array [ ] Uint32Array [ ] Uint8Array [ ] Uint8ClampedArray [x] WeakMap [x] WeakSet [x] decodeURI() [x] decodeURIComponent() [x] encodeURI() [x] encodeURIComponent() [x] eval() [x] isFinite() [x] isNaN() [x] null [x] parseFloat() [x] parseInt() [x] undefined [ ] uneval() Any that I skipped? Anything not in this list that should be? Anything you think shouldn't be covered?
Repository: kentcdodds/built-ins-workshop. Description: The practical bits of JavaScript's "standard library" that will make you more productive with JavaScript Stars: 5, Forks: 1. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Homepage: http://kcd.im/built-in-slides Topics: javascript, workshop. Open PRs: 0, open issues: 0. Last activity: 5y ago. Community health: 57%.