Загрузка...

JavaScript Course for Beginners | Learn JS Programming | Tutorial

JavaScript Course for Beginners - Learn JS Programming - Tutorial ⭐️Course Contents⭐️ Introduction 0:00 Setting Up the Development Environment 11:44 Basic JavaScript Syntax 23:58 Variables 37:21 Data Types 51:56 Type Coercion and Conversion 57:38 Expressions and Operators 01:06:31 Arrays 01:23:47 Function Declaration 01:35:00 Function Expressions 01:44:45 Decision Statements 01:56:51 Iteration Statements 02:11:36 Basics of Scope 02:24:01 Returning Functions from Functions 02:31:48 Object Literals 02:42:05 Module Pattern and Revealing Module Pattern 03:02:33 Closures 03:20:37 this Keyword 03:28:45 Destructuring 03:52:59 String Template Literals 04:00:37 Regular Expressions 04:07:29 Built-In Natives 04:18:03 Constructor Function Calls with the new Keyword 04:30:57 Objects and the Prototype Chain 04:40:27 JavaScript Classes 04:58:34 Arrow Functions 05:12:21 Truthy and Falsy Values 05:23:37 null Type 05:28:48 Date Objects 05:33:10 String Methods 05:39:00 Array Methods 05:47:49 Error Handling with Try Catch 06:00:37 Understanding the Document Object Model 06:17:41 Working with DOM Nodes 06:39:03 Course Conclusion 06:52:46 Get an introduction from Bob Tabor, as he kicks off the course, sets expectations, and gives you a little guidance for the road ahead. Setting Up the Development Environment See how to install Node and Visual Studio Code and learn why you need each. Watch as Bob writes a first tiny line of code to make sure that the installation is ready. JavaScript Syntax Hear about the basics of the JavaScript syntax, including how JavaScript is executed, how to create a properly formed statement, & more. Variables Learn what variables are and how to declare, initialize, set, and get values from them. Data Types JavaScript works with data types differently than other programming languages do. Learn from Bob as he explains some of the most basic data types and how to determine the type held by a variable. Type Coercion and Conversion Sometimes you need to explicitly convert the data type of a value into a different data type. Sometimes JavaScript will do this automatically for you. Bob explains how and why this happens. Expressions and Operators Learn how to spot a well-formed expression and how to compose expressions through the combination of operators and operands. Arrays Watch as Bob demonstrates how to use arrays, how to add/remove elements of an array, how to access elements of an array using the index, how to get the number of elements in an array, & more. Function Declaration Get an introduction to functions, as Bob shows you one way to define a function, how to call the function, how to pass parameters into a function, how to return values from a function, and more. Function Expressions Sometimes a function declaration is more than you need. Get details in this lesson, as Bob demonstrates how to use a function expression and how to create an immediately invoked function expression. Decision Statements Learn how to add logic to your applications by testing conditions using if / else statements, switch / case statements, and the ternary operator. Iteration Statements Watch as Bob introduces the For and While statements, which enable you to loop through lists of values and perform operations on them. Basics of Scope Hear an explanation of the notion of the lifetime of variables and their reach into other code blocks, in this discussion of scope. Returning Functions from Functions As a building block toward a more sophisticated approach to building JavaScript applications, see how you can return functions from functions. Object Literals Objects contain properties and functions that describe attributes of the object and its behavior, respectively. Watch as Bob demonstrates how to create object literals. Module Pattern and Revealing Module Pattern Learn how to introducevariables and functions without leaving an unnecessarily large footprint on the global scope. Closures allow developers to bind functions to their execution context, including variables, so you can build specialized versions of functions. Learn how closures work and how to create them. This Keyword Get the details on the "this" keyword, which causes a lot of confusion for JavaScript developers. Listen as Bob explains what this mysterious object is and how to bend it to your will. Destructuring See how to use destructuring, a new feature in JavaScript that allows you to unpack array elements or object properties in a concise syntax. String Template Literals Learn about the new string template literal syntax to enable string interpolation, multi-line string formatting, and more. Regular Expressions Working with string data, Bob explains how use regular expressions to determine such things as whether a string matches a specific pattern or whether an instance of the pattern exists in a string. License: Creative Commons Attribution license (reuse allowed) #JavaScript #JavaScriptTutorial #Morioh #JS #JavaScriptCourse

Видео JavaScript Course for Beginners | Learn JS Programming | Tutorial автора JavaScript для начинающих
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки