Skip to content

Gregwrightbjj/functional-programming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript - Functional Practice

Description

Over the last two days, we've been writing code that synthesizes information from data.

Objectives

Learning Objectives

After completing this assignment, you should...

  • Be comfortable with JavaScript functions, arrays, and objects
  • Understand the use of common functional programming patterns
  • Be comfortable with using functional programming to iterate over these objects
  • Use underscore.js for functional programming

Performance Objectives

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

  • Simple node.js web server applications
  • underscore.js
  • Functional programming iteration 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

Pass ALL the tests!

About

JS functional programming (Assignment 08)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • CSS 1.3%