Repo to store usefull Javascript snippets.
It´s mostly a place to store random code, but feel free to use it.
Any feedback or addition is welcome and appreciated.
Do you know any amazing or interesting snippet? Any magical algorithm? Don't hesitate to send it to me! Don't worry about formatting or documentation, I'll take care of that for you! What's important is the novelty!
Saw an error? Do you think something can be improved?
Don´t keep it to yourself, open an issue, pull request, an email, smoke signal, whatever you want. Just let me know, the only way to improve is to know what can be improved.
Nothing yet :/
./random
-
randomMinMax.js: returns a random number between min (inclusive) and max (exclusive);
-
choose.js: returns a random element from an array;
-
invertInt.js: Invert the position of a integer number;