Build a simple calculator
The following is my solution to a coding challenge I’ve come across. I’ve implemented it in JavaScript since that is the language I am most comfortable with...
The following is my solution to a coding challenge I’ve come across. I’ve implemented it in JavaScript since that is the language I am most comfortable with...
Over the past few weeks businesses and people have been scrambling to adjust to a work from home way of life. People went searching for ways to communicate ...
I am a big fan of zsh, so much so that part of my setup script contains instructions to install it and set it as the default shell.
A palindrome is a word, phrase, number, or other sequence of characters which reads the same backwards as it does forward.
Here is a quick and easy way to filter all unique values from an array using the Array.filter and Array.indexOf methods.