JavaScript experiments for the JavaScript Summary at ThruZero.
Language ⓘ
- Operators
delete, typeof, in, instanceof...
- Global Values
undefined
- Basic Functions
isFinite(), isNaN(), parseInt(), parseFloat(), encodeURIComponent()...
- Basic Objects
Object, Function, Boolean, Error, Number, Date, Math, String, RegExp.
- Collections
Array, ArrayBuffer, DataView, JSON.
- Control Abstractions
Generator, Promise.
Browser Object Model (BOM) ⓘ
- Window Interface
applicationCache, location, localStorage, opener, parent, sessionStorage, confirm(), dispatchEvent(), find(), getSelection(), prompt(), ...
- Navigator Interface
appVersion, platform, userAgent, onLine, geolocation, ...
- Screen Interface
orientation, onorientationchange, availHeight, availWidth, colorDepth, ...
- Location Interface
href, protocol, host, search, hash, reload(), ...
- History Interface
length, back(), forward(), pushState(), ...
Document Object Model (DOM) ⓘ
- Document Interface
doctype, documentElement, styleSheets, children, body, cookie, designMode, forms, head, lastModified, readyState, referrer, scripts, title, createAttribute(), ...
- DocumentFragment - TODO
- Element - TODO
- Event - TODO
- EventTarget - TODO
- Node - TODO
- NodeFilter - TODO
- NodeIterator - TODO
- PromiseResolver - TODO
- Range - TODO
- Text - TODO
- Worker - TODO