mtngoatgit / JS-Basic-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fundamentals Assessment

Objective

Show understanding of core Javascript Concepts

Directions

Fork this repo, clone your fork, then complete the challenges in assessment.js.

You can run the index.html file to see unit tests reporting on your status.

When you have completed the challenges please follow these instructions:

  • Open the terminal to where this assessment is
  • Add and commit all of your completed code.
  • Type git checkout -b gh-pages
  • Type git push -u origin gh-pages
  • Find your account name on github and insert it into this url http://[YourGithubAccountName].github.io/javascript-basic-assessment
  • Open that url to make sure it works, then send that url to your assigned mentor!

Contributions

If you see a problem or a typo, please fork, make the necessary changes, and create a pull request so we can review your changes and merge them into the master repo and branch.

Copyright

© DevMountain LLC, 2015. Unauthorized use and/or duplication of this material without express and written permission from DevMountain, LLC is strictly prohibited. Excerpts and links may be used, provided that full and clear credit is given to DevMountain with appropriate and specific direction to the original content.

About


Languages

Language:JavaScript 99.5%Language:HTML 0.5%