Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.13 KB

assignment.md

File metadata and controls

38 lines (24 loc) · 1.13 KB

Assignment

Brief

Instructions are written as comment in the respective .js files.

Helpful References

Submission

  • 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.

References

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