1. Emulate a six-sided dice in JavaScript
2. Pick a random array item in JavaScript
3. Fun with booleans Randomly returning true or false in JS
4. Pick a random number from a range of numbers in JavaScript
5. Code a biased random number picker in JavaScript
6. Pick a float from a range of nums or floats in JavaScript
7. Make a random hex color in JavaScript
8. Six ways to convert a string to an array in JS
9. Check if a Number is Even in JavaScript
10. Shuffle an Array in JavaScript
11. Generate a Random Password in JavaScript
12. Random Dice in JavaScript using toString() and Array.pop()
13. Never Repeat Dice Throw Twice in a Row in JS
14. Generate a Pseudo Random UUID in JS
15. Random Number From -10 to 10 in JS
16. Add Random CSS Classes to a Paragraph in JS
17. Get a Palette of Three Shades of a Random Color in JS
18. Get a random sub array from an array in JavaScript