
Lecture Description
Hey ninja's, glad you decided to take the JavaScript train and join me on this epic journey of JavaScript tutorials for beginners. We'll be covering all the basics, and certainly enough to get you up and running making your own JavaScript programs for your websites.
If you need to cacth up on HTML or CSS first, check out my playlists below:
HTML for Beginners - www.youtube.com/playlist?list=PL4cUxeGkcC9ibZ2TSBaGGNrgh4ZgYE6Cc
CSS for Beginners - www.youtube.com/playlist?list=PL4cUxeGkcC9gQeDH6xYhmO-db2mhoTSrT
Brackets can be found @ brackets.io/
And you can download Chrome @ www.google.com/chrome/browser/desktop/index.html
===== SUBSCRIBE TO CHANNEL =====
www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg?sub_confirmation=1
========== CSS for Beginners Playlist ==========
www.youtube.com/playlist?list=PL4cUxeGkcC9gQeDH6xYhmO-db2mhoTSrT
========== HTML Basics Course ==========
www.youtube.com/playlist?list=PL4cUxeGkcC9ibZ2TSBaGGNrgh4ZgYE6Cc
========== The Net Ninja ============
For more front-end development tutorials & to black-belt your coding skills, head over to - www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg or thenetninja.co.uk
========== Social Links ==========
Twitter - @TheNetNinja - twitter.com/thenetninjauk
Course Index
- Introduction
- avaScript?
- Hello World! in JavaScript
- Where to put your JS
- Google Chrome Developer Tools
- Basic JavaScript Syntax & Rules
- JavaScript Variables
- Basic Mathematical Operators
- Math Operator Short-hand
- Logging to the Console
- Booleans in JavaScript
- If Statements
- Else If Statements
- Comparison Operators
- Logical Operators
- While Loops
- For Loops
- Break & Continue
- Practical Example using Loops
- Functions
- Variable Scope
- Numbers
- (Not a Number)
- Strings
- Slice and Split Strings
- Arrays
- Introduction to Objects
- Creating a new JavaScript Object
- THIS Keyword
- Constructor Functions
- The Date Object
- What is the DOM in JavaScript?
- Traversing the DOM
- Changing Page Content
- Changing Element Attributes
- Changing CSS Styles
- Adding Elements to the DOM
- Removing Elements from the DOM
- - Introduction to JavaScript Events
- The onClick Event
- Window onLoad Event
- JavaScript Timers
- Accessing Form Elements
- VERY Simple Form Validation
- JavaScript Libraries
- What to Study Next
Course Description
Go from zero to ninjas in this JavaScript for Beginners complete tutorial playlist. In this playlist we'll start with the basics - what is JavaScript, how do we use it, variables, arrays and control flow. Then we'll crank it up a notch and talk about slightly more advanced JavaScript topics such as Objects and Event handling. Finally we'll look at a few JS Libraries and where to look next to further your study!