Challenge: Check the Names

This challenge will test your skills in using callback functions to implement error checks in JavaScript.

Problem statement #

This exercise is to help you implement callback functions. In this challenge, assume you have a form that requires a person’s first name and last name. However, the first name is compulsory and cannot be skipped, whereas the last name is optional. ...