Skip to content

AVLynch5/prime-pw-week-3-assignment-part-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prime Tier 1 Week 3 - Part 2

This week, we will continue to put more into your tool belt by tackling methods for handling tasks multiple times, storing multiple pieces of information, and more advanced decision tools.

Topics Covered

  • Loops for, while, for of
  • Arrays

Assignment

As always, start off by forking and cloning this repository from GitHub. Open the code up in Atom to get started.

Note that in the future we will not call this out explicitly. We'll assume you already know that is how you start your work.

Reminder - Levels of Difficulty

  • Required Features are required and focus on the key skills for the week
  • Stretch Goals are optional!
    • These will stretch and challenge deeper understanding of the material.
    • Note that these may require additional research beyond the provided content.

Files Provided

  • index.html (Note: loops-practice.js is already sourced in)
  • loops-practice.js (Required Features, & Stretch Goals)

In the file there are some examples of working with arrays followed by TODO comments with tasks for you to complete by writing some code following up on what is shown in the example.

Please do not remove the instruction comments as you complete your work.

Assignment Submission

Check in your repo, then turn in your work via the Prime Academy Assignment Application at http://primeacademy.io, as usual and don't hesitate to hit up the Slack channel as needed!

Make sure that you answer this week's discussion question in Slack!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.0%
  • HTML 11.0%