Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Introduction to JavaScript | Modern JavaScript Essentials

Price
2,100 USD
3
TT4110
Classroom Training, Online Training
Open Source

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

  • Date: 10-Jun-2024 to 12-Jun-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,100 USD
  • Date: 22-Jul-2024 to 24-Jul-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,100 USD
View Global Schedule

Course Description

Overview

Introduction to Modern JavaScript | JavaScript Essentials is a hands-on geared for web developers who need to learn basic JavaScript to use with today's systems and architectures to build sophisticated web interfaces. The training will guide students through a balanced mixture of theory and practical labs to gain core JavaScript development skills and have them explore its related technologies through to the use of tools and libraries to ease the development of advanced web applications. Course attendees will be able to hit the ground running right after class, applying essential JavaScript to projects at both an architectural as well as a line-by-line coding level.

Throughout the course, students will explore the practical use of the umbrella of technologies that work in conjunction with JavaScript as well as some of the tools, toolkits, and frameworks that can be used in conjunction with web development and deployment. The course begins with an initial look at JavaScript and how it is used within the context of web applications, walking students through the different technologies that are used with JavaScript and exploring core aspects of JavaScript in terms of web applications, security, tools, and frameworks.

This course provides an excellent foundation for continued learning to gain in-demand skills in in-demand skills and technologies such as NodeJS, Angular, React, Redux and more.

 

Objectives

Upon completion of this course, students will be able to:
  • Understand what JavaScript is and how it is used within the context of web applications
  • Work with the different technologies that are the foundation for web applications.
  • Understand and work with the fundamental aspects of JavaScript in terms of web applications, security, tools, and frameworks
  • Learn to how to effectively work with the newest advances in JavaScript such as ES6 and TypeScript
  • Develop code using conventions and optimal constructs for performance

Audience

This is an introductory level course for experienced software developers seeking to enhance and extend their core web development skillset leveraging JavaScript.
 

Prerequisites

    Attendees should have practical experience developing basic software applications.
     

Topics

HTML Refresher (optional)
  • HTML
    • Define HTML and review its history
    • Look at XHTML and its relationship to HTML
    • Identify HTML limitations and improvements
    • Lab: Working with HTML
  • HTML5
    • HTML5 Overview
    • HTML5 Semantic Structure
    • HTML5 Forms
    • HTML5 Media Delivery
    • Exercise: Writing a Valid HTML5 Document
    • Exercise: Writing HTML5 Forms
CSS Refresher (optional)
  • CSS
    • Learn the basics of CSS
    • Meaning of cascading in CSS
    • Declaring CSS within your HTML page
    • Creating styles in an external CSS file
    • Control how to display and position HTML elements
    • Overriding standard tag behavior
    • Adding new classes
    • Using custom classes in your page
    • Lab: Working with CSS
  • CSS3 Overview
    • What is new in CSS3
    • The Advantages of CSS3
    • Browser Support for CSS3
    • Lab: Working with CSS3
Introduction to JavaScript
  • JavaScript Basics
    • JavaScript Defined
    • Variables and Operators
    • Flow Control and Conditionals
    • Lab: JavaScript Basics
  • Debugging Tools
    • Using the strict mode and setting breakpoints
    • Browser debugging tools
    • Monitoring resource usage and performance
    • Emulating devices Exceptions in JavaScript
    • Lab: JavaScript Debugging
  • JavaScript Functions
    • Functions in JavaScript
    • Invoking Functions
    • Function Constructor
    • Function Scope and Closures
  • JavaScript Arrays, Math and Date
    • JavaScript Literals
    • JavaScript Arrays
    • Working with Numbers and Dates
    • Lab: JavaScript Built-in Objects
  • JavaScript Event Handling and the DOM
    • Events and Event Handling
    • HTML Document Object Model
    • Accessing the DOM
    • Dynamically Working with the DOM
    • DOM Challenges
    • Lab: Using Events and the DOM
  • Object-Oriented JavaScript
    • JavaScript “Objects” and “Classes”
    • Constructors and Prototypes
    • Prototypes
    • Extending Classes with Prototype
    • Reusable, Flexible Classes
    • Lab: Working with Classes
Advanced JavaScript Topics
  • ES6: The Next Step
    • ES6 Defined
    • ES6 Default and Rest Parameters
    • IIFE and Closures
    • ES6 Importing/Exporting Modules
    • Arrays, ES6 Maps, and ES6 Sets
    • Working Arrays with ES6
    • Working Strings with ES6 Strings
    • ES6 Constructs and Inheritance
    • ES6: Getters and Setters
    • Lab: Working with ES6
  • TypeScript
    • Strong Data Typing
    • Compiling TypeScript to JavaScript
    • TypeScript Datatypes
    • TypeScript Classes and Interfaces
  • Introduction to JSON and Ajax
    • JavaScript Object Notation
    • AJAX: Load Once and Change Data
    • XMLRequestObject is at the Center
    • Calling the Service
    • The Callback
    • Lab: Implementing JSON
  • JavaScript Best Practices
    • Code Conventions for the Lifecycle
    • Resolving Shared Resources
    • Constructs to Use
    • Constructs to Avoid
    • Memory Considerations
  • JavaScript Scheduling, Execution, and Security
    • Timers and Scheduling
    • Execution Contexts
    • Same Origin Policy and JavaScript
    • Security Considerations
  • HTML5 JavaScript API
    • Cross-Domain Messaging
    • Working with Web Storage
    • Offline with Application Cache
    • Geolocation: What, Why, and How
    • Lab: Using the Web Storage API
    • Lab: Using the ApplicationCache API
Working with XML (Optional)
  • XML DOM Mechanics
    • HTML vs XML DOM
    • Building an XML DOM
    • Integrating XML into HTML
    • XML Response Processing
    • Lab: Loading XML Data into an HTML Page
  • XSLT Applied
    • XSLT in the Browser
    • XSLT in Specific Browsers
    • Sarissa Assistance
    • XSLT Pluses and Minuses
    • Lab: XSLT Transformations with Sarissa
  • Fundamentals of JavaScript

    WDJS-225
    • Duration: 3 Days
    • Delivery Format: Classroom Training, Online Training
    • Price: 1,755.00 USD
  • Advanced JavaScript

    WDJS-220
    • Duration: 2 Days
    • Delivery Format: Classroom Training, Online Training
    • Price: 1,170.00 USD
2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

20% Off All AI Training Courses

Achieve more with AI-powered tools and strategies.

PROMO CODE: AI20
VALID THROUGH APRIL 30, 2024

20% Off All AI Training Courses

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.