A collection of short code solutions to challenging problems saved for future reference.
Javascript, Snippet
Converts a given string to title case.
Capitalizes the first letter of each word in JavaScript.
Calculates the difference (in days) between two dates.
Create a range function in javascript.