Skip to main content

3 docs tagged with "arrow function"

View All Tags

Decorators and forwarding, call/apply

The difference of call and apply is what they accept as args; call expects all parameters to passed individually, whereas apply expects an array of parameters.

JavaScript Arrow Functions

Arrow Functions are a very common interview question. Arrow functions are a concise way to write anonymous functions.