Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 489 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 489 Bytes

Exercise_1

Scrambled Number Generator

  • Plan your execution on white board before forking and cloning.
  • write unit tests for the generator
    • should contain 1000 numbers
    • generating the numbers twice should have a different order of numbers each time
  • create a number generator, 1-1000 scramble the numbers
  • Print the results in #main, each number on it’s own line

File structure:

  • index.html
  • js/exercise_1.js
  • js/exercise_1.tests.js
  • jasmine-2.0.0/