"Small Projects to Learn JavaScript" is a collection of booklets designed to review JavaScript Concepts by creating meaningful mini projects. One project per booklet.
The "Drawing Six 'Lucky' Numbers" project covers how to sort numeric arrays, the usage of functions, rounding methods from the JavaScript Math library, for loops, while loops, array search and much more in an easy format about 60 pages long.
In a laid-back, conversational tone, "Small Projects to Learn JavaScript" reviews practical and useful JavaScript functionality, including:
- Searching numeric arrays.
- Using For loops.
- Isolating code with functions.
- Usage of Math random, ceil, floor and round.
- How to separate code by its functionality.
- A practical application of indexOf
- Practicing using a Console.
- Displaying an Array as string
- Displaying your program online
This is a hands on booklet with full explanation and real example scripts.
The "Drawing Six 'Lucky' Numbers" project covers how to sort numeric arrays, the usage of functions, rounding methods from the JavaScript Math library, for loops, while loops, array search and much more in an easy format about 60 pages long.
In a laid-back, conversational tone, "Small Projects to Learn JavaScript" reviews practical and useful JavaScript functionality, including:
- Searching numeric arrays.
- Using For loops.
- Isolating code with functions.
- Usage of Math random, ceil, floor and round.
- How to separate code by its functionality.
- A practical application of indexOf
- Practicing using a Console.
- Displaying an Array as string
- Displaying your program online
This is a hands on booklet with full explanation and real example scripts.