Skip to content

joinpursuit/Pursuit-Core-Web-Objects-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pursuit Logo

Objects Lab

Get comfortable working with objects and iterating through them. Documentation link

Learning Objectives

  • Be able to key / index into an object.
  • Be able to update key value pairs with reassignment.
  • Be able add a key value pair in an object.
  • Be able to iterate through an object.
  • Be comfortable with using dot notation and bracket notation.

Prerequisites

  • Experience with values types and operators
  • Familiarity with JS loops
  • Familiarity with arrays.
  • Familiarity with strings.

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