JavaScript: Getting Started

JavaScript: Getting Started

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 2h 46m | 383 MB

JavaScript is the popular programming language which powers web pages and web applications. If you are new to programming or just new to the language, this course will get you started coding in JavaScript

If you’re learning to program for the first time, or if you’re coming from a different language, JavaScript: Getting Started will give you the basics for coding in JavaScript. First, you’ll discover the types of applications that can be built with JavaScript, and the platforms they’ll run on. Next, you’ll explore the basics of the language, giving plenty of examples. Lastly, you’ll put the finishing touches on a Blackjack game which you build gradually throughout this course. When you’re finished with this course, you’ll have the skills and knowledge in JavaScript to create simple programs and web applications.

Table of Contents

01 Course Overview
02 Introduction
03 Learning JavaScript in Plunker
04 Hello World
05 Introduction
06 Storing Information in Variables
07 Understanding Code Errors
08 Strings and Numeric Variables
09 Simple Operators
10 Commenting Code
11 Starting Our Blackjack Application
12 Summary
13 Introduction
14 Type Basics Strings and Numbers
15 Boolean Types
16 undefined and null
17 Storing Multiple Values in Arrays
18 Array Features
19 Adding Arrays to Blackjack
20 Summary
21 Introduction
22 Conditionals Using if()
23 if … else
24 switch and case
25 Looping with for()
26 Looping with while()
27 Adding Loops to Blackjack
28 Summary
29 Introduction
30 Function Basics
31 Passing Information to Functions
32 Function Return Values
33 Function Scope
34 Adding Functions to Blackjack
35 Summary
36 Introduction
37 Object Basics
38 Passing Objects to Functions
39 Arrays of Objects
40 JavaScript Built-in Objects
41 Adding Objects to Blackjack
42 Summary
43 Introduction
44 Setting up a Web Page
45 Changing Text
46 Handling a Button Click
47 Removing and Adding Elements
48 Adding a User Interface to Blackjack
49 Summary
50 Introduction
51 Setting up the Game
52 Shuffling Cards
53 Calculating the Score
54 Taking a Card or Staying
55 Completing the Game
56 Summary
57 Course Summary