Today marks a linchpin moment in web development, and especially front-end development. Microsoft has formally retired their long-standing, divisive browser.
Past Clients
Position Sticky in CSS
Achieving sticky positioning on the web was once a weighty process using JavaScript to detect scroll positions and switch styles. Now, we have position: sticky!
Spread Syntax in JavaScript (...)
In a nutshell, JavaScript spread syntax allows you to pass the elements of an iterable (for example an array), through to a function as individual elements.