Skip to content

slogsdon/IntroToJavascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro To Javascript

A primer into programming in Javascript. This assumes you know nothing, and doggone it, that's ok.

Resources

  • Mozilla Developer Network - covers HTML, CSS, Javascript, Web APIs, etc. Also contains tutorials, awesome explanations, and demos.
  • StackOverflow - question/answer style website. The higher the score of an answer, the more it is accepted as correct and/or best practice, but don't rule out other answers.

Tools of the Trade

  • Your trusty text editor. I like SublimeText, but use what makes you comfortable.
  • Any browser worth its weight. Chrome is awesome for development, but if you use something else, make sure your chosen browser has awesome developer tools as they will help you in the future

Respected Developers

Let's Get to It

We're going to be following A re-introduction to JavaScript on MDN. While it's aimed at devs who already know Javascript, it describes everything you need to know and the reasons for doing things the right way.

About

A primer into programming in Javascript

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors