Skip to content

Instantly share code, notes, and snippets.

@01Clarian
Created November 24, 2019 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 01Clarian/906e0bf1f896d31f7c2d1da097f567f8 to your computer and use it in GitHub Desktop.
Save 01Clarian/906e0bf1f896d31f7c2d1da097f567f8 to your computer and use it in GitHub Desktop.
Initial Memoization Example Notes
// MEMOIZATION AND CACHING: THE CONSTRUCTION FUNCTION EXAMPLE
// In order to better our understanding of Memoization, we will write a function
// entitled 'Building' and apply various logged results to observe the behaviour
// of JavaScript.
// ****Additional Notes****
// In this example, you are the boss of a construction company.
// The construction company will be a reference to your Application.
// Javascript execution commands will be traced by a reference to your Construction
// Companies employees: Bob and Susy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment