Skip to content

Latest commit

 

History

History
executable file
·
21 lines (16 loc) · 236 Bytes

README.md

File metadata and controls

executable file
·
21 lines (16 loc) · 236 Bytes

Before we start A collection of JavaScript utility functions!

Examples

randomElement([1, 2, 3]);
//=> 2
randomNumber(1, 10);
//=> 4
URLSlug('My Favorite Songs');
//=> 'my-favorite-songs'

MIT License