#web-development
Read more stories on Hashnode
Articles with this tag
Learn how to ensure your UI has enough contrast. · Accessibility is a popular topic these days - as it should be. There are many benefits of making your...
JavaScript has been around since 1995. In that time there have been several different ways to create modules. Due to browser compatibility issues and...
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...
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...