Hi Syed! These callback functions can be tricky. Generally, for the forEach method it should look like this:
someArray.forEach((parameter) => {})
1 Like
Hi Syed! These callback functions can be tricky. Generally, for the forEach method it should look like this:
someArray.forEach((parameter) => {})