JavaScript Weekend List #12

The summer is over and JavaScript Weekend List is back in action. I’m planning to move it from medium and build a custom website to have… Read more

Similar

Sorting Arrays in JavaScript

This is the second article in The JavaScript Snippet Series. In the previous episode we discussed three methods of getting unique values from JavaScript. In this article, we will discuss various ways of sorting arrays in JavaScript. Sorting is a com... (more…)

Read more »

API Authentication with Vanilla JavaScript

This is an excerpt from my new and updated APIs and Asynchronous JS pocket guide. Some APIs—like the Ron Swanson Quotes Generator and Random Dog—work by simply calling an endpoint. Others—like the New York Times and many endpoints for the GitHub API—requi... (more…)

Read more »