Glossary coding Term Page

Arrow function

the `() => {}` shorthand that keeps callbacks compact

arrow-function #coding#javascript
Korean version

Related Concepts

Core Idea

Arrow function is the () => {} shorthand that keeps callbacks compact. It usually makes the most sense alongside Function, Callback, Array.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept