Skip to content

luminohelix/js-minicamp-homework-4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homework #4

Instructions


Feynman Writing Prompts -

Callback Functions - Functions that are passed as arguments to other functions.
Closure - Returning a function from a function. The function that gets returned remembers the scope of the function it was returned from.
arguments array A pseudo array used to for accessing all the different arguments that can pass through a function. Can use limited array methods, such as .length.
recursion - Calling a function inside of itself.
prototype - Makes a new variable remember its constructor. One template function in memory for all child functions to use instead of a function for each child function.
constructors - A pseudo class template for objects you want to create.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%