`isObjectEmpty()` is a function that will only return true if the passed an object that contains no keys. This is…
/** * This function helps to autocomplete the date format MMDDYYY * Converts M to 0M and MMD to MM0D.…
Just for fun I decided to see if I could write a faster version of `Array.prototype.concat()`. var concat = function…
Shrink an array into a group of smaller arrays using underscore.js // Make sure to include underscore.js _.mixin({ chunk :…
"Vim is a text editor written by Bram Moolenaar and first released publicly in 1991. Based on the vi editor…
FizzBuzz Test Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz”…
Hey Everyone, I created a project called Ratio.js. Basically the goal of the project is to provide an simple object…
JavaScript + Jenkins = Winning! View more presentations from Eric Wendelin
Here are 4 simple steps to convert a repeating decimal to a fraction. Step 1: Check to see if the…
doT.js Tutorial: Part 1 of 2 What's dot.js? It's one of the fastest and concise javascript template engine for nodejs…