Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.05 KB

File metadata and controls

49 lines (31 loc) · 1.05 KB

Assignment

Brief

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

Demo Unit Test

Instructor should demo the unit test at the end of the assignment.

Shell Commands:

cd assignment
npm i
npm run test

Output:

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