You all know that I’m fascinated to learn new languages, I like to study compilers/transpilers, etc.. the last two languages I’ve been learning are Go (thanks to Guilherme that influenced me and convince me to use in a side project that we are doing toget... (more…)
Read more »
Olayinka Omole shows you how to dynamically sort an array of objects in JavaScript, using Array.prototype.sort() and a custom compare function. (more…)
Read more »
What Javascript keywords (function names, variables, etc) are reserved? (more…)
Read more »
Regular Expressions could be very tricky and hard to comprehend in the beginning, but in this article we'll discuss the major things to get you up-to-speed with creating and working with Regular Expressions in JavaScript. Here's a list of topics we'l... (more…)
Read more »
I'm trying to create a color opposite of current color. I mean if current color is black, then I need to generate white. (more…)
Read more »