In this Javascript code-along video I show beginner programmers how to work with random numbers. It’s done in a fun way to learn more about these core skills..
Come join me to improve your coding skills!
This video shows you how to:
- Use
Math.random()to generate a random number - Generate larger random numbers
- Generate random integers
- Pick random elements from a list stored in an array
- Make random decisions
The idea behind this code-along series is that practicing a little every day is a great way to improve your programming skills. Rather than coming up with your own projects you can code along with me. Then experiment and take the code to the next level.
Find all of the code-along Javascript in this public GitHub repository:
https://github.com/nilsm/code-along
Here is the video – enjoy and let me know in the video’s comments if you have any questions!