Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 922 Bytes

File metadata and controls

36 lines (22 loc) · 922 Bytes

Image description

ProGrad Lab | Loopy Loops

Introduction

The goal of this lab is to get you familiarized with the Controls statements in JavaScript, which was covered in the previous lesson. When in doubt, feel free to refer to the lesson or follow the GPS principle.

What should you do

Fork this repo
Clone this repo
Practice JavaScript basics - operators, conditions, loops

How To Submit

Upon completion, run the following commands:

git add .
git commit -m "ProGrad ID"
git push origin master

And finally, create a pull request so your ProGrad Mentor (PM) can review your work.

You should make a Pull request as soon as you complete a progression. You need not wait until you're completely done with all progressions.

Instructions

The app.js file conains all the progressions involved in this lab.

Happy Coding ❤️