November 2017

2 posts from November 2017

URIs vs URLs

Clearing up the confusion between the two terms.

JavaScript Range Array Function

Python has a very handy range array function that I find myself using all the time. Unfortunately JavaScript does not, but we can quickly implement our own functionality.