Skip to content

codex-academy/codeX_ProgrammingExercises

Repository files navigation

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

About

Basic programming exercises for project codeX coders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published