Exercise 1: Refactor the Code
Practice arrow functions by changing the non-arrow functions to arrow functions.
We'll cover the following...
Problem statement
In this exercise, you are required to convert non-arrow functions to arrow ...