Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 935 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 935 Bytes

front-end-challenge

a small set of exercises pertinent to front end programming!

requirements

  • your computer
  • nodejs
  • a web browser

how

  • clone & cd [this-directory!]
  • npm install
  • npm test
    • this will fire up a browser. please follow the onscreen instructions! your objective is to make all tests pass.
      • by default we will use chrome. if you want to use firefox or safari, please edit testem.json accordingly for the exercise.
      • disregard any security warnings at the top of the chrome browser.
    • to complete the tasks, it's highly recommended to use the debug engine included in your browser. make use of debugger statements in your code, as your code will be transpiled before it's shipped to your browser.
    • lastly, the test suite will automatically re-compile and run in the browser every time you make a change. be aware of this convenience 😄.