Javascript ITS-302 | ITS302

Type product

Javascript ITS-302 | ITS302

OEM ICT Trainingen
Logo van OEM ICT Trainingen
Opleiderscore: starstarstarstarstar_half 9,0 OEM ICT Trainingen heeft een gemiddelde beoordeling van 9,0 (uit 288 ervaringen)

Tip: meer info over het programma, prijs, en inschrijven? Download de brochure!

Beschrijving

Verrijk uw carrière met OEM’s ICT-Trainingen
Beoordeeld met een 9,0 – een van de best gewaardeerde ICT-opleiders van Nederland.

Waarom OEM?

  • Meer dan 20 jaar ervaring in ICT-trainingen
  • Ruim 1000 cursussen van 200 topmerken
  • Gecertificeerde docenten & bekroonde e-learning
  • Officiële partner van Microsoft, EC-Council, Certiport en Pearson VUE
  • Flexibele leervormen: klassikaal, online, e-learning of blended

Start vandaag nog en ontwikkel uzelf of uw team met een training die écht resultaat oplevert.

Let op: bij het aanvragen van informatie vragen wij om een telefoonnummer, zodat wij u snel en persoonlijk kunnen adviseren.

ITS-302 Javascript

This course is intended for students who want to learn to recognize and write syntactically correct JavaScript code, use data types supported by JavaScript, and be able to recognize and write JavaScript code that will logically solve a given problem.

Course Outcome

– Program with JavaScript Operators, Methods, and Keywords
– Program with Variables, Data Types, and Functions
– Implement and Analyze Decisions and Loops
– Interact with the Document Object Model
– Interact with HTML Forms

Audience

This course is intended for new and experienced programmers that want to learn how to write and troubleshoot JavaScript code. Previous programming experience is not required but rec…

Lees de volledige beschrijving

Veelgestelde vragen

Er zijn nog geen veelgestelde vragen over dit product. Als je een vraag hebt, neem dan contact op met onze klantenservice.

Nog niet gevonden wat je zocht? Bekijk deze onderwerpen: JavaScript, (X)HTML & CSS, NodeJS, Angular en Front-end web development.

Verrijk uw carrière met OEM’s ICT-Trainingen
Beoordeeld met een 9,0 – een van de best gewaardeerde ICT-opleiders van Nederland.

Waarom OEM?

  • Meer dan 20 jaar ervaring in ICT-trainingen
  • Ruim 1000 cursussen van 200 topmerken
  • Gecertificeerde docenten & bekroonde e-learning
  • Officiële partner van Microsoft, EC-Council, Certiport en Pearson VUE
  • Flexibele leervormen: klassikaal, online, e-learning of blended

Start vandaag nog en ontwikkel uzelf of uw team met een training die écht resultaat oplevert.

Let op: bij het aanvragen van informatie vragen wij om een telefoonnummer, zodat wij u snel en persoonlijk kunnen adviseren.

ITS-302 Javascript

This course is intended for students who want to learn to recognize and write syntactically correct JavaScript code, use data types supported by JavaScript, and be able to recognize and write JavaScript code that will logically solve a given problem.

Course Outcome

– Program with JavaScript Operators, Methods, and Keywords
– Program with Variables, Data Types, and Functions
– Implement and Analyze Decisions and Loops
– Interact with the Document Object Model
– Interact with HTML Forms

Audience

This course is intended for new and experienced programmers that want to learn how to write and troubleshoot JavaScript code. Previous programming experience is not required but recommended.

Package Includes

  • 12 Months Online Access featuring ondemand instructor-led classroom sessions with full audio and video lectures
  • Measure Exam simulation
  • Online Mentor
    The online mentor can answer all your specific technical questions via chat or email related to your studies.
    Online Mentor is active for 90 days or 365 days - after activation!
  • Real Live Practice Lab
    Perform Web Programmer tasks such as setting up an effective JavaScript Environment and working with JS types and arrays. Then, test your skills by answering assessment questions after implementing call back functions, adding a closure and callback function, adding a form to capture user values, and achieving asynchronous behavior with promises. This lab provides access to tools typically used by Web Programmers, including Atom & Visual Studio Code.

Hybrid Learning offers a unique blend of training materials, videos, and exercises that you can apply independently to your specific learning needs. As an IT professional, you will have 12 months of access to the online training materials, allowing you to review and practice the content multiple times. This flexible approach ensures that you can thoroughly prepare for the exam and keep your knowledge up-to-date.

Course content

JavaScript: Introduction

Course: 1 Hour

  • Course Overview
  • The Role of JavaScript in Web Applications
  • The Document Object Model (DOM)
  • Fundamentals of JavaScript
  • JavaScript Arrays and Functions
  • JavaScript Objects
  • JavaScript Quirks
  • JavaScript Closures
  • Prototypes in JavaScript
  • Course Summary

JavaScript: Getting Started with JavaScript Programming

Course: 1 Hour, 15 Minutes

  • Course Overview
  • A Hello World App in JavaScript
  • Communicating with End Users from JavaScript
  • Separating HTML and JavaScript Sources
  • Accessing the DOM from JavaScript
  • The Use of Strict Mode
  • Variable Declarations: var, let and const
  • Empty Values in JavaScript: undefined and null
  • User Interactions Using alert, prompt, and confirm
  • Course Summary

JavaScript: Types, Operators, & Control Structures in JavaScript

Course: 1 Hour, 12 Minutes

  • Course Overview
  • Numbers in JavaScript
  • Initializing and Manipulating Strings in JavaScript
  • Analyzing and Modifying Strings in JavaScript
  • Dates in JavaScript
  • Using the Math Library for Common Math Operations
  • Arithmetic Operators
  • Logical and Conditional Operators
  • Type Casting
  • Looping Control Structures
  • Course Summary

JavaScript: Functions & Arrays in JavaScript

Course: 1 Hour, 45 Minutes

  • Course Overview
  • An Introduction to Functions in JavaScript
  • Global and Local Variables - Part 1
  • Global and Local Variables - Part 2
  • Working with Functions
  • The Fundamentals of Error Handling
  • Creating Arrays
  • Rest Parameters in JavaScript
  • The Spread Syntax for Arrays
  • Destructuring Arrays
  • Copying Arrays
  • Splicing and Slicing Arrays
  • Concatenating and Sorting Arrays
  • Course Summary

JavaScript: Objects

Course: 1 Hour, 32 Minutes

  • Course Overview
  • An Introduction to JavaScript Objects
  • Removing Properties from Objects
  • The "this" Keyword in JavaScript Objects
  • Linking Functions to Objects
  • Object Constructors
  • Creating New Objects from Existing Ones - Part 1
  • Creating New Objects from Existing Ones - Part 2
  • Object Methods
  • Freezing Objects
  • The map Method for JavaScript Arrays
  • The reduce and filter Methods for JavaScript Arrays
  • The instanceOf Operator
  • Course Summary

JavaScript: Advanced Function Operations

Course: 43 Minutes

  • Course Overview
  • Functions as Arguments to Other Functions
  • Functions as Return Values of Functions
  • Passing by Value and by Reference
  • The new Keyword to Create Functions
  • Function Callbacks
  • Linking Functions to Objects
  • Course Summary

JavaScript: Closures & Prototypes

Course: 1 Hour, 29 Minutes

  • Course Overview
  • An Introduction to Closures
  • Closures and Variables in Outer Scopes
  • Closures and Variables in Nested Functions
  • Closures and Counters
  • Closures and Web Page Elements
  • Closures and Objects
  • Closures and Loops
  • Getters and Setters Using Closures
  • An Introduction to Prototypes
  • Prototypes and Classes
  • Basic Inheritance Using Prototypes
  • Multi-level Inheritance with Prototypes
  • Course Summary

JavaScript: Working with the DOM & Events

Course: 1 Hour, 22 Minutes

  • Course Overview
  • An Introduction to Retrieving DOM elements
  • Modifying the DOM of a Web Page
  • Accessing the Child Nodes of a DOM Element
  • Adding Nodes to the DOM
  • Removing and Replacing Nodes in the DOM
  • Generating an Animation with JavaScript
  • An Introduction to Event Handling
  • Event Handlers for Clicks and Input
  • Event Handlers for Mouse Events
  • The Browser Object Model (BOM)
  • The window Object
  • Course Summary

JavaScript: Form Validation & Async Programming in JavaScript

Course: 1 Hour, 2 Minutes

  • Course Overview
  • The HTML for a Registration Form
  • Retrieving Form Data from JavaScript
  • Logging Form Inputs to the Console
  • Validating Form Data
  • An Introduction to Asynchronous Programming
  • An Introduction to Promises
  • The async/await Syntax
  • The fetch API and AJAX
  • Course Summary

Exclusive exam

IT Specialist exam

OEM Office Elearning Menu is an officially accredited Test Centre for Pearson Vue Test & Certiport. You are welcome to contact us for exams available through these Test Centres. Exams can be taken by appointment within office hours.

Date

You can start at any time! Please contact one of our training advisors.

Locations

Self-study

Learning method

E-Learning

Training duration: 21+ hours

Language

English

Tip!

Provide a quiet learning environment, time and motivation, audio equipment such as headphones or speakers for audio, account information such as login details to access the e-learning platform.

Blijf op de hoogte van nieuwe ervaringen
Er zijn nog geen ervaringen.
  • Vraag informatie aan over deze cursus. Je ontvangt vanaf dan ook een seintje wanneer iemand een ervaring deelt. Handige manier om jezelf eraan te herinneren dat je wilt blijven leren!
  • Bekijk gerelateerde producten mét ervaringen: JavaScript.
Deel je ervaring
Heb je ervaring met deze cursus? Deel je ervaring en help anderen kiezen. Als dank voor de moeite doneert Springest € 1,- aan Stichting Edukans.

Er zijn nog geen veelgestelde vragen over dit product. Als je een vraag hebt, neem dan contact op met onze klantenservice.

Download gratis en vrijblijvend de informatiebrochure

(optioneel)
(optioneel)
(optioneel)
infoEr is een telefoonnummer vereist om deze informatieaanvraag in behandeling te nemen. (optioneel)
We slaan je gegevens op, en delen ze met OEM ICT Trainingen, om je via e-mail en evt. telefoon verder te helpen. Meer info vind je in ons privacybeleid.