JavaScript ES6 Maps vs Objects

Описание к видео JavaScript ES6 Maps vs Objects

ES6 introduced the Map datatype. In many cases, the Map type is a good replacement for Objects.
Maps have a get and set method for manipulating the key value pairs inside the Map.
Any datatype - Strings, Numbers, Objects, or Symbols can be used as the keys inside of a Map.

Code GIST: https://gist.github.com/prof3ssorSt3v...

Template String video:    • ES6 Template Strings / Template Literals  

For...of loop video:    • JavaScript for...of loops  

Комментарии

Информация по комментариям в разработке