Basics of Programming with JavaScript

Pluralsight
Course Summary
JavaScript is one of the easiest languages to get started with and one of the most powerful -- it'll challenge you to learn more even years after you start.
-
+
Course Description
Want to learn to program and use JavaScript as the language of exploration? Great idea! JavaScript is uniquely one of the easiest languages to get started with and one of the most powerful. It will challenge you to learn more even years or decades after you start. Follow along with the course (and learn more about JavaScript) using materials at https://github.com/getify/You-Dont-Know-JS.
-
+
Course Syllabus
JavaScript Introduction- 1h 9m
—Introduction 7m 34s
—Kyle's Work 9m 12s
—Introduction to Programming 7m 49s
—Statements 5m 37s
—Expressions 13m 49s
—Executing a Program 10m 52s
—Practice Coding 9m 5s
—Input and Output 5m 50sJavaScript Syntax- 1h 30m
—Operators 5m 37s
—Values and Types 13m 9s
—Code Comments 5m 35s
—Variables and Blocks 11m 2s
—Conditional Statements 5m 31s
—Loops 12m 17s
—Functions 15m 44s
—Scope 3m 1s
—Challenge 1 2m 13s
—Challenge 1 Solution 11m 14s
—ECMAScript 6 5m 0s