Course Information
Course Overview
Master the art of JavaScript Programming. A practical hands on tutorial that builds real JavaScript programming skills
In this training course, expert Infiniteskills teaches you the basics of programming with JavaScript, the worlds most used programming language. The tutorial is designed for the absolute beginner - no prior JavaScript programming experience is required in order to get the most out of this video training.
You will start with learning what programming is, and specifically, what JavaScript is, how it it used, and its limitations. You will discover variables and data types, and how to take input and create output. The course covers conditions, loops, arrays, sorting, functions, paramaters and debugging. You will even learn advanced concepts such as OOP, string manipulations, regular expressions and other programming patterns. Because JavaScript is so tightly integrated with browsers, you will also learn some HTML5, CSS, DOM (Document Object Model) programming, event handling and how it all works together!
By the conclusion of this JavaScript programming tutorial, you will have an in-depth grasp of the capability of JavaScript, and you will understand how to create and deploy solid JavaScript programs for your website projects. Working files are included to allow you to work alongside the author using the same files that references throughout the training course.
</p>Course Content
- 10 section(s)
- 93 lecture(s)
- Section 1 01. Getting Started
- Section 2 02. Browser Scripting Basics
- Section 3 03. Javascript Essentials
- Section 4 04. Program Flow
- Section 5 05. Functions
- Section 6 06. Arrays
- Section 7 07. Objects
- Section 8 08. Advanced Operators
- Section 9 09. Advanced Development Techniques
- Section 10 10. An Introduction To Browser APIs
What You’ll Learn
- Build a solid understanding of programming with JavaScript
Reviews
-
DDouglas
Well done! Ground level exposure to JavaScript. JavaScript powers most all new web technologies.
-
SScott Leahy
This is a great course for those with next to no understanding of JS. Logically arranged and for the most part very clear. Those parts that aren't? HAHA! Like every Udemy course just rewind a bit and watch it again. Or look it up on the web.
-
WWhetu Paitai
It is a good course, but the teacher skips through some bits that they think are simple. However, the bits they skip through are a little confusing. For example, lesson 34, they talk about using a sorting function: function sortHighToLow(a,b) {return a - b;} They then say, "we don't know what a or b is, and we don't need to know..." - This type of glazing over is frustrating as it assumes one of two things. We already know enough to confidently ignore this, or we lack the required knowledge to understand the concept fully. Either way, if we do not fall into these assumptions, we are left confused. Otherwise, great delivery, if not a wee bit dragged out at points.
-
JJason Williams
Comprehensive, clear and easy to listen to. The course covers all the key aspects expected and more. Even if you're familiar with Javascript this course will provide some advanced concepts.