Photo by Aziz Acharki on Unsplash. I have been a JavaScript developer for the last seven years, but even today, I still come across some code snippets that amaze me. Sometimes I wonder whether ...
This snippet returns the n smallest elements from a list. If n is greater than or equal to the list’s length, then it will return the original list (sorted in ascending order). This snippet can be ...
Visual Studio Code is a great, free, cross-platform, open source code editor with an extensive library of prebuilt extensions for all kinds of useful, add-on functionality. Sometimes, however, you don ...
Virtually everyone knows how to bookmark a webpage, unexciting and as commonplace as using a search engine: Firefox and Chrome users know how to “Bookmark this page”, fans of Internet Explorer use ...
Google published a new developer page for generating structured data with JavaScript. The guide provides guidance on how to do it properly so that it wins in Google search. The new guide states that ...