Skip to content

Gregwrightbjj/js-iterations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript - Objects and Iterations

Description

Now that we know all six of the JavaScript object types, we need to be comfortable using all of them; specifically iterating over all of them.

Objectives

Learning Objectives

After completing this assignment, you should...

  • Be comfortable with JavaScript functions, arrays, and objects
  • Be comfortable with iterating over arrays and objects

Performance Objectives

After completing this assignment, you should be able to effectively use:

  • Simple node.js web server applications
  • Loops to iterate over objects and arrays
  • Test-driven development

Details

This assignment consists of a simple test runner that's performing tests on functions that we need to complete.

Normal Mode

Make all the tests pass. :)

About

JS object and array iteration practice (Assignment 07)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • CSS 1.5%