-
Javascript - General Introduction
JavaScript is most commonly used as a client side scripting language. This means that JavaScript code is written into an HTML page. When a user requests an HTML page with JavaScript in it, the script is sent to the browser and it's up to the browser to do something with it.
http://www.quirksmode.org/js/intro.html
-
6 Reasons To Use Javascript Libraries and Frameworks
I've seen many articles around the internet from JavaScript fundamentalists that advocate writing your own JavaScript code instead of using JavaScript frameworks like MooTools, Prototype / Scriptaculous, jQuery, MochiKit, YUI Library, and Dojo Toolkit, and I just cannot agree with their reasons for not using these spectacular frameworks.
https://davidwalsh.name/6-reasons-to-use-javascript-libraries-frameworks
-
Why You Should Use JavaScript on Your Site
How should you use JavaScript so that it enhances your site.
http://javascript.about.com/od/hintsandtips/a/whyjavascript.htm
-
JavaScript Basics Course
JavaScript is a programming language that drives the web: from front-end user interface design, to backend server-side programming, you'll find JavaScript at every stage of a web site and web application. In this course, you'll learn the fundamental programming concepts and syntax of the JavaScript programming language.
https://teamtreehouse.com/library/javascript-basics
-
JavaScript: The World's Most Misunderstood Programming Language
Despite its popularity, few know that JavaScript is a very nice dynamic object-oriented general-purpose programming language. How can this be a secret? Why is this language so misunderstood?
http://www.crockford.com/javascript/javascript.html
-
JavaScript Hello World: How to Write Your First Program in JavaScript
Learn how to get started with web programming by creating this simple JavaScript Hello World program.
https://blog.udemy.com/javascript-hello-world/
-
Intro to JS: Drawing & Animation - Computer programming - Khan Academy
Learn how to use the JavaScript language and the ProcessingJS library to create fun drawings and animations.
https://www.khanacademy.org/computing/computer-programming/programming
-
JavaScript - Codecademy
Codecademy is the easiest way to learn how to code. It's interactive, fun, and you can do it with your friends.
https://www.codecademy.com/learn/javascript
-
Functional Programming in JavaScript using LiveScript and Prelude
JavaScript is a great language, with powerful support for functional style programming. Unfortunately, its abilities are obscured by an awkward syntax and a lack of a good standard library.
http://livescript.net/blog/functional-programming-in-javascript-using-livescript-and-prelude-ls.html
-
JavaScript Tutorial
Well organized and easy to understand Web bulding tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, and XML.
http://www.w3schools.com/js/