Understanding color contrast for accessibility
Learn how to ensure your UI has enough contrast.

Search for a command to run...
Articles tagged with #web-development
Learn how to ensure your UI has enough contrast.

JavaScript has been around since 1995. In that time there have been several different ways to create modules. Due to browser compatibility issues and legacy codebases, all of these module types are still in use today. What is a module? A module is so...

ES2015, also known as ES6, added lots of new things to the JavaScript language. One very useful addition was the Map. Map allows you to map keys to values. Couldn't we already do that? You might be thinking - we already could map keys to values in J...

What is this? It depends on the situation. Let’s look at a few common scenarios. The global this Outside of a function, this references the global object. In a browser environment, this is typically the window object. In this scenario, you can set pr...
