Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.01 KB

File metadata and controls

43 lines (31 loc) · 1.01 KB

#Basic coding assignments

##Required tutorials to be completed:

First do these:

Here’s a road map for learning Javascript:

##Required skills:

  • Basic programming knowledge:

    • variables
    • conditional statements - if
    • data structures - lists
    • loops - for, while loops
  • Javascript

    • functions
  • Test Driven Development

    • QUnit

Setup

  • Create a javascript file for the module under test
  • Create a javascript test file
  • Create a html file that host the tests
    • Referencing QUnit
    • The test
    • and the module under test

If the functionality is to be exposed in a basic web application use these tools.