Functions in Javascript
Explore advanced JavaScript functions by practicing passing arrays as arguments, using closures, creating partial functions, and manipulating the context and arguments object. This lesson helps you build deeper understanding and application of JavaScript functions.
We'll cover the following...
Assess your skills
Test yourself by using an array as an argument when calling a function.
Test yourself by changing the context in which a function is called.
Test yourself by returning a function from a function.
Evaluate yourself by implementing the closures.
Evaluate yourself by creating a partial function.
Test yourself by using the arguments object.
Test yourself by applying functions with arbitrary numbers of arguments.
Test yourself by creating a partial function for a variable number of applied arguments.