Maps in JavaScript

The Map object holds key-value pairs and remembers the original insertion order of the keys. Any value (both objects and primitive values)… Read more

Similar

Glossary of Modern JavaScript Concepts

Don’t know what the difference between stateful and stateless is, or what higher order functions are? On the auth0.com site Sebastián Peyrott explains these terms and other modern JavaScript concepts. Modern JavaScript has experienced massive proliferatio... (more…)

Read more »