November 30th, 2020 • 1 minutes to read • 141 words
Map and Set are data structures introduced to JavaScript in ECMAScript 2015. A keyed collection, maps most resemble objects in JavaScript but maintain insertion order similar to an array.
Map and Set are data structures introduced to JavaScript in ECMAScript 2015. A keyed collection, maps most resemble objects in JavaScript but maintain insertion order similar to an array.
You're upgrading your skills — spend some time getting organized so you start with a good foundation.
These are some of my favorite tools for generating open graph images to appear with links on social media.
Optimizing a page or post for social sharing helps your content stand out in a social media feed.
Hosting a static site like one built in Gatsby on virtual shared hosting server makes sense, but the solution doesn't have to rely on FTP to deploy changes to the live site. See how to set up continuous deployment using cPanel's Git Version Control.