arrow function
A concise function syntax in JavaScript using the => token. Technical term used in programming contexts.
Arrow functions can be written more concisely than traditional function expressions.
From English 'arrow function', referring to the arrow-like => syntax in JavaScript.