Course description
JavaScript is the programming language of the World Wide Web, the code that makes a Web page come alive. This course will focus on Objects, Arrays, and Expressions. The course is focused on Creating, Manipulating, Using, and Inheritance of Objects, followed up by Arrays, and Regular Expressions.
Prerequisites
This course assumes that you have at least some programming experience in one or more modern programming languages. JavaScript will be particularly easy for you to learn if you have experience with any C-style languages—including Java, C#, C++, or Visual Basic .NET would be helpful—but this is not required. The focus here is not on programming concepts but on the structure, syntax, and use of the JavaScript language.
Learning Paths
This course will help you prepare for the following certifications and exams:
MCSD: SharePoint Applications
MCSD: Web Applications
70-480: Programming in HTML5 with JavaScript and CSS3
This course is part of the following LearnNowOnline SuccessPaths™:
Web Development Fundamentals
Meet the expert
Don Kiely is a featured instructor on many of our SQL Server and Visual Studio courses. He is a nationally recognized author, instructor, and consultant specializing in Microsoft technologies. Don has many years of teaching experience, is the author or co-author of several programming books, and has spoken at many industry conferences and user groups. In addition, Don is a consultant for a variety of companies that develop distributed applications for public and private organizations.
Course outline
Objects
Creating Objects (24:36)
- Introduction (00:40)
- Creating & Manipulating Object (01:21)
- Objects are Dynamic (01:10)
- Ways to Create Objects (00:21)
- Using Object Literals (01:55)
- Demo: Using Object Literals (08:05)
- Using the new Operator (01:07)
- Demo: Using the new Operator (01:46)
- Using the create Method (02:05)
- Demo: Using the create Method (02:58)
- Demo: Example of create (02:29)
- Summary (00:33)
Using Objects (17:34)
- Introduction (00:35)
- Accessing Object Properties (00:40)
- Demo: Using Object (04:31)
- Treating an Object as an Array (01:11)
- Demo: Array (05:19)
- Property Getters and Setters (01:46)
- Demo: Getters and Setters (02:33)
- Summary (00:57)
Arrays and Expressions
Object Inheritance (19:02)
- Introduction (00:49)
- Demo: Inheritance (01:45)
- Demo: Examine Object E (00:52)
- Demo: Update Property Values (05:06)
- Demo: Examine Object G (01:30)
- Deleting Properties (00:43)
- Demo: Deleting Properties (02:51)
- Demo: In Operator (03:31)
- Demo: hasOwnProperty (01:15)
- Summary (00:35)
Arrays (24:37)
- Introduction (00:41)
- Arrays (01:33)
- Creating Arrays (00:31)
- Demo: Creating Arrays (01:43)
- Demo: Empty Array Literal (00:11)
- Demo: intArray (00:30)
- Demo: mixedarray (00:15)
- Demo: sparsearray (00:59)
- Demo: weirdarray (00:54)
- Demo: Array Constructor (02:33)
- Array Elements and Indexes (00:35)
- Demo: Element and Index (03:40)
- Demo: Array Element (01:21)
- Adding Array Elements (00:24)
- Demo: Adding Array Elements (01:29)
- Demo: Array Objects Push (00:56)
- Deleting Array Elements (00:25)
- Demo: Delete Array Indexs (01:21)
- Demo: Read Write Length (01:20)
- Demo: Pop Method (01:18)
- Array Methods (01:20)
- Summary (00:26)
Regular Expressions (13:36)
- Introduction (00:41)
- Regular Expressions (01:09)
- Demo: Regular Expressions (02:43)
- Demo: Expression G (01:13)
- Demo: Escape Character B (01:52)
- Demo: Key Words and More (02:06)
- The RegExp Object (00:37)
- Demo: RegExp Object (02:45)
- Summary (00:27)