Skip to content

Latest commit

 

History

History
executable file
·
20 lines (15 loc) · 218 Bytes

README.md

File metadata and controls

executable file
·
20 lines (15 loc) · 218 Bytes

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