We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01ae107 + 8556dd4 commit cd35f83Copy full SHA for cd35f83
README.md
@@ -16,6 +16,8 @@ this repository serves as a guide for anyone who wishes to learn javascript them
16
- [05_multiple_conditions.js](Basic/functions/05_multiple_conditions.js)
17
- [Loops](Basic/loops)
18
- [01_loops.js](Basic/loops/01_loops.js)
19
+ - [While loops](Basic/loops/while loops)
20
+ - [01_while_loops.js](Basic/loops/while loops/01_while_loops.js)
21
- [Objects](Basic/objects)
22
- [01_objects.js](Basic/objects/01_objects.js)
23
- [02_exercise.js](Basic/objects/02_exercise.js)
0 commit comments