Instructions are written as comment in the respective .js files.
Instructor should demo the unit test at the end of the assignment.
Shell Commands:
cd assignment
npm i
npm run testOutput:
- Submit the URL of the GitHub Repository that contains your work to NTU black board.
- Should you reference the work of your classmate(s) or online resources, give them credit by adding either the name of your classmate or URL.
Example of Referencing Classmate
Referenced the code block below from Terence.
function printMe(){
console.log("I am a reference example");
}Example of Referencing Online Resources
