Arrow Functions in JavaScript: A Simpler Way to Write Functions
When writing JavaScript functions, sometimes the syntax can feel a little long. Especially when the function is small and only does a simple task.
For example calculating a number, returning a value o
blog.dhiraj.dev3 min read