Glossary coding Term Page
Arrow function
the `() => {}` shorthand that keeps callbacks compact
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.