Accelerated JS Tutorial
Live Help
  • Evie's Accelerated JS Tutorial
  • Variables
  • Simple Data Types
    • Template Literals
  • Mid Level Data Types
    • Awesome Array Methods
  • Advanced Data Types
    • Map
  • Understanding Conditions
  • Understanding Functions
    • Using and Calling Functions
    • ES6 functions
    • Lambda / Anonymous Functions
    • Callbacks
    • Pure Functions and Side-Effects
    • Chaining Functions
  • Understanding Modules
  • Understanding Classes
  • Understanding Promises
Powered by GitBook
On this page

Advanced Data Types

This section will cover the more advanced data types that can be somewhat harder to wrap your head around, but will nonetheless come in very handy in certain situations. These types are more complex by the nature of how they are defined and used, but I'll try to demystify them as best I can.

[TBD: Map, Set, WeakMap, WeakSet]

PreviousAwesome Array MethodsNextMap

Last updated 7 years ago