Two New Javascript Projects Done

A mostly boring, semi-technical post…on the Internet, no less. I have two new Javascript projects done up at GitHub.

randomNumberGenerator (repository here)
Returns an array of numbers, chosen from a range. Granted, plenty of other developers have done this, but I wanted the mental exercise of coding it myself. I found myself needing random numbers for coding projects when they come about, and it pays to not have to repeat yourself.

workoutRandomizer (repository here)
Randomizes workout moves from a Javascript object. Easy to customize, even if you don’t really know Javascript object syntax and aren’t afraid of tinkering with source code. Something a little more practical, and something I actually use whenever I work out.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.