Skip to content

Latest commit

 

History

History
121 lines (120 loc) · 2.89 KB

JavaScript.md

File metadata and controls

121 lines (120 loc) · 2.89 KB

JavaScript

  • Language
    • Object: 🖐️ used
    • Function: 🖐️ used
    • Boolean: 🖐️ used
    • Number: 🖐️ used
    • BigInt: 🎓 known
    • String: 🖐️ used
    • Symbol: 🎓 known
    • Infinity: 🎓 known
    • NaN: 🖐️ used
    • undefined: 🖐️ used
    • null: 🖐️ used
    • this: 🖐️ used
    • instanceof: 🖐️ used
    • ...spread: 🖐️ used
    • ...rest: 🖐️ used
    • typeof: 🖐️ used
    • Destructuring: 🖐️ used
    • Generators: 🎓 known
    • Iterators: 🎓 known
    • Async generator: 🎓 known
    • Async iterator: 🎓 known
    • Chaining: 🎓 known
    • Optional chaining: 🎓 known
    • IIFE: 🎓 known
    • Async IIFE: 🎓 known
    • global: 🎓 known
    • globalThis: 🎓 known
    • window: 🎓 known
    • Getters and setters: 🎓 known
    • __proto__: 🎓 known
    • prototype: 🎓 known
    • Equality operators: 🖐️ used
    • Logical operators: 🖐️ used
    • Logical Assignment: 🎓 known
    • Bitwise operators: 🎓 known
    • Ternary operator: 🖐️ used
    • void: 🎓 known
    • yield: 🎓 known
    • await: 🖐️ used
    • Template literal
    • Strict mode
    • Hoisting
    • delete
    • in
    • super
    • eval
    • static
    • Number.parseInt: 🖐️ used
    • Number.parseFloat: 🖐️ used
    • Property descriptors
    • Sealing properties
    • Freezing properties
    • Computed properties
    • Instance class fields
    • Static class fields
    • Private class fields
    • Private class methods
  • Statements
    • if: 🖐️ used
    • while: 🖐️ used
    • do..while: 🖐️ used
    • for: 🖐️ used
    • for..in: 🖐️ used
    • for..of: 🖐️ used
    • for await
    • throw: 🖐️ used
    • break: 🖐️ used
    • continue: 🖐️ used
    • import: 🖐️ used
    • export: 🖐️ used
    • label
    • try..catch: 🖐️ used
    • switch: 🖐️ used
    • class: 🖐️ used
    • extends
    • with
    • new: 🖐️ used
  • Functions
    • Arrow function: 🖐️ used
    • Async function
    • Function declaration: 🖐️ used
    • Function expression: 🖐️ used
    • Default parameters
    • Functional object
    • Function.prototype.call: 🖐️ used
    • Function.prototype.bind: 🖐️ used
    • Function.prototype.apply: 🖐️ used
    • return: 🖐️ used
  • Data structures
    • Array: 🖐️ used
    • Map: 🖐️ used
    • Set: 🖐️ used
    • Weak collections
    • Typed arrays
    • Mixins
    • Object.assign: 🖐️ used
  • Standard classes and namespaces
    • Proxy
    • RegExp: 🖐️ used
    • Date: 🖐️ used
    • Math: 🖐️ used
    • Reflect
    • Error: 🖐️ used
    • Atomics
    • JSON: 🖐️ used
    • WeakRef
    • FinalizationRegistry
    • Intl
    • Promise
    • console: 🖐️ used
    • Timers
  • Infrastructure
    • V8: 👂 heard
    • Node.js: 👂 heard
    • npm: 👂 heard
    • prettier: 👂 heard
    • MDN: 🖐️ used
    • TC39: 👂 heard