Skip to main content

3 docs tagged with "arrow function"

View All Tags

Arrow Functions

What is the definition of an arrow function? Arrow functions are a concise way to write functions in JavaScript. Frontend developer interview questions answers.

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.