rider7 / JS-Basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS-Basics

##Objective Better understand Javascript fundamentals by completing a series of activities

##Directions Fork this repo, clone your fork, then open fns-scopes.js and complete all the activities to make the spec runner pass it's tests. COMMIT AND PUSH YOUR CODE OFTEN!

Debugging/Visualization tools :

One of the biggest tools in a developers disposal is the debugger. Chrome has one built-in. To use it, just open the index.html file in your browser.

Another great tool for small and isolated pieces of code is : http://www.pythontutor.com/visualize.html#

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.0%Language:HTML 1.0%