Joe Attardi
Joe Attardi πŸ‘¨πŸ»β€πŸ’»

Joe Attardi πŸ‘¨πŸ»β€πŸ’»

Follow
Follow
homebadges
Tag

Web Development

#web-development

More content

Read more stories on Hashnode


Articles with this tag

Understanding color contrast for accessibility

Oct 6, 20233 min read

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...

Understanding color contrast for accessibility

Comparison of JavaScript modules

Nov 29, 202012 min read

JavaScript has been around since 1995. In that time there have been several different ways to create modules. Due to browser compatibility issues and...

Comparison of JavaScript modules

JavaScript Maps vs Plain JavaScript Objects

Sep 25, 20202 min read

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...

JavaScript Maps vs Plain JavaScript Objects

All about `this` in JavaScript

Aug 28, 20207 min read

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...

All about `this` in JavaScript