##Introduction
Functional Programming is a computer programming methodology, in which data is passed around our program via functions that are assigned as values.
In JavaScript, functions are already values, so we're part of the way there! Please examine the following concepts in order within their so-named JS files:
higherOrderFunctions.js