Submitted files, including JavaScript, HTML, CSS, and EJS files must contain a header
for full credit. Submitted files must contain
a header with comments containing your name, the name of the project, the due date,
and the submission date at the top. For example:
// Stan Smith JavaScript comment
// Project 1a
// Due Date: Apr 13
// Submission Date: Apr 11
<!DOCTYPE html>
<!-- Stan Smith HTML comment
Project 1a
Due Date: Apr 13
Submission Date: Apr 11
Note: source code header is
after the validation
header -->
/* Stan Smith CSS comment
Project 1a
Due Date: Apr 13
Submission Date: Apr 11 */
Do not place comments in JSON files.