Skip to content

joinpursuit/Pursuit-Core-Web-Loops-Lab

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pursuit Logo

Loops Lab

Let's practice our for loops and while loops! Documentation link

Learning Objectives

  • Be familiar with loops

Prerequisites

  • Experience with values types and operators
  • Experience with conditionals and control flow
  • Experience with conditionals and arrays

Getting Started

  • Fork this repo
  • Clone the forked repository
  • cd to the directory where you cloned it
  • npm install to install dependencies
  • npm test to run the tests
  • npm run bonus to run the bonus tests

Note: Remember to git add, git commit and git push regularly

Submission Guidelines

  • When finished, commit and push your work.
  • Make a pull request on github.
  • Submit the link to your pull request on Canvas.

Resources