Some basic exercises for complete beginners to apply:
- Simple and basic built-in functions:
alert,promptandconfirm - declaration and usage of variables
- Basic data types, conversion from one type to other.
stringnumberbooleanundefinednull
- Basic operators:
- Aritmethical Operators
+*-/
- Comparaison operators
<, >, <=, >=, ===, !==
- Flow Control
- if...else
- switch
- Loops
- while
- for
- Aritmethical Operators
Each folder contains a README.md file with the requirements of the exercise, and some helpful resources to finish it.
Each folder contains an index.html file and a solution.js file where we would write the JavaScript code.
- The repository is a template, you can create a new repository under your user using the "Use Template" button
- Then clone the repository, and you can start working with it.