Skip to content
Akin C edited this page Nov 3, 2017 · 20 revisions

Welcome to the Javascript-use-of-apply- wiki!

This repository is part of a larger project!


The Javascript apply method is similar to the method call.

The big difference is the ability of apply to take an array of arguments.

This is important for example variadic functions/methods or also known as variable-arity function

STILL IN WORK!!!

Clone this wiki locally