Arrow functions: a simpler way to write functions
Arrow functions are the modern way to write functions in JavaScript — cleaner, shorter, and more readable. Once you see them, you'll want to use them everywhere.
What are arrow functions?
Less typing,
jemin001.hashnode.dev4 min read