You ever come across something in your professional life that people make you feel like you should already know how it works, but in reality this is the first time you’re even hearing about it? That’s how I felt the first time I came across Sets and Maps. Both of these object types, in myContinue reading “JavaScript Object Types I Didn’t Learn in College”
Category Archives: JavaScript
Using CSS Variables for Theming
Themes make a site customizable, but how do you make switching between them easy for your website?