Companies Home Search Profile

JavaScript 7 Syntax and Operators

Focused View

Paul D. Sheriff

1:41:49

10 View
  • 01 - Course Overview.mp4
    01:33
  • 02 - Course Intro, Assumptions, and Related Courses.mp4
    01:12
  • 03 - Modules in This Course.mp4
    01:33
  • 04 - How the Switch Statement Works.mp4
    01:26
  • 05 - Simple Switch Statement Demo.mp4
    02:49
  • 06 - Multiple Case Statements and Forget a Break.mp4
    03:03
  • 07 - Switch Uses Strict Comparison.mp4
    01:15
  • 08 - Block-level Scope Issue with Switch Statements.mp4
    02:41
  • 09 - Module Summary.mp4
    00:33
  • 10 - Using a for-in Loop.mp4
    02:44
  • 11 - Using a for-of loop.mp4
    03:09
  • 12 - Break and Continue Statements.mp4
    03:05
  • 13 - Labeled Statements.mp4
    01:52
  • 14 - Module Summary.mp4
    00:40
  • 15 - Mathematical Operators.mp4
    04:10
  • 16 - Plus Sign with Strings and Numbers.mp4
    02:11
  • 17 - Assignment Operators.mp4
    01:35
  • 18 - Comparison and Ternary Operators.mp4
    03:27
  • 19 - The Effect of use strict.mp4
    02:11
  • 20 - Module Summary.mp4
    00:40
  • 21 - Truthy and Falsy.mp4
    03:58
  • 22 - Logical Operators.mp4
    02:38
  • 23 - Short Circuiting.mp4
    04:24
  • 24 - Operator Precedence.mp4
    01:40
  • 25 - Try, Catch, and Finally Blocks.mp4
    03:35
  • 26 - Throw a Custom Error Object.mp4
    02:36
  • 27 - Detect the Error Type.mp4
    03:31
  • 28 - Module Summary.mp4
    01:13
  • 29 - Data Types and Detection Methods.mp4
    02:13
  • 30 - The typeof Operator.mp4
    03:01
  • 31 - Using the Constructor Property to Determine Type.mp4
    02:46
  • 32 - Helper Functions for the Constructor Property.mp4
    02:12
  • 33 - The instanceof Operator.mp4
    02:21
  • 34 - Module Summary.mp4
    01:10
  • 35 - Introduction to this.mp4
    02:11
  • 36 - this in Global and Function Scope.mp4
    02:48
  • 37 - this in Event Handlers.mp4
    01:24
  • 38 - this in an Object Literal.mp4
    01:07
  • 39 - this with call() and apply() Methods.mp4
    02:01
  • 40 - this in Constructor Functions.mp4
    01:26
  • 41 - Module Summary.mp4
    00:59
  • 42 - Copy a String to an Array Using Spread.mp4
    01:52
  • 43 - Copy an Array of Primitives Using Spread.mp4
    01:15
  • 44 - Copy an Array of Objects.mp4
    01:22
  • 45 - Concatenate Two Arrays Together.mp4
    01:14
  • 46 - Using Spread to Pass Parameters to a Constructor.mp4
    01:00
  • 47 - Pass Parameters to a Function.mp4
    01:21
  • 48 - Shallow Copy on Object Literals.mp4
    01:25
  • 49 - Module and Course Summary.mp4
    01:17
  • Description


    Learn various JavaScript structures such as switch, for/in, and for/of. See what math, logical, and comparison operators you can use. Explore how to handle exceptions and work with the 'this' keyword.

    What You'll Learn?


      Are you a JavaScript programmer that needs to learn more about the syntax, exception handling, and the wide array of operators JavaScript has to offer? In this course, JavaScript 7 Syntax and Operators, you will expand your knowledge of the JavaScript language. First, you will learn all about the switch statement and the difference between for/in and for/of. Next, you will discover the various math, comparison, and logical operators, in addition to handling exceptions and determining the data type of variables. Finally, you will explore the 'this' keyword and the spread operator. When you are finished with this course, you will have gained the skills and knowledge of JavaScript syntax and operators needed to propel your JavaScript applications to the next level.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Paul D. Sheriff
    Paul D. Sheriff
    Instructor's Courses
    Paul has over thirty years of experience architecting information systems and his expertise is in much demand from Fortune 500 companies. Paul is a Pluralsight author, has published 400+ articles, and authored over 14 books on topics ranging from JavaScript, Angular, C#, SQL Server and many .NET technologies. Paul is a frequent speaker at conferences and user groups.
    Pluralsight, LLC is an American privately held online education company that offers a variety of video training courses for software developers, IT administrators, and creative professionals through its website. Founded in 2004 by Aaron Skonnard, Keith Brown, Fritz Onion, and Bill Williams, the company has its headquarters in Farmington, Utah. As of July 2018, it uses more than 1,400 subject-matter experts as authors, and offers more than 7,000 courses in its catalog. Since first moving its courses online in 2007, the company has expanded, developing a full enterprise platform, and adding skills assessment modules.
    • language english
    • Training sessions 49
    • duration 1:41:49
    • level preliminary
    • Release Date 2023/12/08

    Courses related to JavaScript