Skip to content

Montana-Code-School/FirstWeekReviewMTCS07

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

FirstWeekReviewMTCS07FT

Some exercises solidifying this week's work

Use TDD with test scripts for each of the following exercises that will all get run with "npm test":

Write and export a javascript function that counts the number of odd numbers: countOddNumbers given an array of integers

Write and export a javascript function that returns only the even numbers: onlyEvenNumbers given an array of integers

Write and export a javascript function that returns only the consonants in a string: onlyConsonants

//No mocha test script needed for the following exercise (but do test it!!!) Create an express server that serves an HTML file that contains the title "Review Exercises from Week", an inspiring image that reflects how you feel about class, and an ordered list of all the exercises.

About

Some exercises solidifying this week's work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors