Oluwasetemi / javascript-note

A class-note for JavaScript Student of AltSchool Africa School of Engineering.
https://javascript.oluwasetemi.dev
MIT License
1 stars 7 forks source link

Datatypes #4

Open Oluwasetemi opened 1 month ago

Oluwasetemi commented 1 month ago

Data Types

  • Methods of Primitives
  • Numbers
  • BigInt
  • Strings
  • Arrays and Array Methods
  • Iterables
  • Map and Set
  • WeakMap and WeakSet
  • Object.keys, values, entries, groupBy
  • Destructuring Assignment
  • Date and Time | Intro to Intl API | Temporal
  • JSON methods, toJSON
Rolalove commented 1 week ago

I will start working on this.