Instructions are written as comment in the respective .js
files.
- 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