Skip to content

Fideist/JS-Basics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (open the SpecRunner.html file in your browser). 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • HTML 1.0%