Rating: 4.5 (6,524 ratings) - 112,303 students Language: English
This hands on JavaScript training course provides the fundamental knowledge necessary to design and develop dynamic Web pages using JavaScript. It introduces students to client-side JavaScript and how the language can be used to turn static HTML pages into dynamic, interactive Web pages.
JavaScript is the globally used client-side scripting language for the web. Most browsers support the language by default, so you can get started using JavaScript and HTML with a simple text editor and browser for testing. Client-side, programming languages make web pages dynamic without making calls to your web servers for every button clicked, character typed, or mouse moved. The JavaScript language is so popular that thousands of developers have made customised libraries that make development even easier for other programmers and web designers. If you design web pages, you'll certainly need to know JavaScript to make a custom UI (user interface).
JavaScript topics include adding JavaScript to a Webpage, use of dialogs to interact with the user and JavaScript intrinsic objects such as Date, Array and Math. Students will also be introduced to the Document Object Model (DOM), creation of functions, event handling, form validation, object creation and more.
Create JavaScript Programs
Use Variable and Operators
Launch Popup Boxes
Write conditional and looping logic
Create custom functions
Handle Events Programmatically
Catch and handle errors
Learn the basics of debugging
Manipulate HTML from JavaScript
Use the Browser Object Model
Do HTML form validations
Create custom JavaScript Objects
What are the requirements?
Text Editor,Web Browser(Chrome,Firefox,IE etc)