0% found this document useful (0 votes)
50 views

Javascript Syllabus: Course Objectives

The JavaScript syllabus covers 6 modules to teach students the JavaScript language and how to use it to manipulate web pages. Module 1 is an introduction to JavaScript. Module 2 covers language syntax like variables, operators, and control statements. Module 3 discusses built-in functions. Module 4 teaches how to use HTML forms with JavaScript. Module 5 explains how to access and change HTML elements using the Document Object Model. Module 6 covers working with objects and classes in JavaScript.

Uploaded by

Niranjan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views

Javascript Syllabus: Course Objectives

The JavaScript syllabus covers 6 modules to teach students the JavaScript language and how to use it to manipulate web pages. Module 1 is an introduction to JavaScript. Module 2 covers language syntax like variables, operators, and control statements. Module 3 discusses built-in functions. Module 4 teaches how to use HTML forms with JavaScript. Module 5 explains how to access and change HTML elements using the Document Object Model. Module 6 covers working with objects and classes in JavaScript.

Uploaded by

Niranjan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

JavaScript Syllabus

Course Objectives:

 Understand the JavaScript language & the Document Object Model.


 Javascript allows programming to be performed without server interaction.
 Javascript can respond to events, such as button clicks.
 Javascript can validate data before sending out a request.
 Javascript can adjust an HTML document for special effects.
 Javascript can create cookies! Cookies can be used to store and retrieve information from the user's
computer.

Module 1: Introduction

In this module we will learn about what is the JavaScript and benefits of the language. We can also learn how write
the first JavaScript program.

 JavaScript Introduction

Module 2: Language Syntax

In this module we will learn about JavaScript language syntax and how to use the program level. And we can also
learn understanding the arrays.

 Variable declaration
 Operators
 Control Statements
 Error Handling
 Understanding arrays
 Function Declaration

1
Module 3: Built In Functions

In this module we will learn about what are the built in functions in JavaScript and how use the JavaScript
functions.
 Built In Functions
 Standard Date and Time Functions

Module 4: HTML Forms


In this module we will learn about how to use the forms. What are the properties in JavaScript. HTML form
validation can be done by JavaScript.

 HTML Document object Model


 Working with HTML form and its elements

Module 5: HTML DOM

In this module we will learn about JavaScript can access and change all the elements of an HTML document.

 HTML Document object Model


 Working with HTML form and its elements
 Other Document Object Model

Module 6: Working with Objects and Classes

In this module we will learn about what is the use of objects and how to call the data. We can also learn about
inheriting data.

 Working with Objects


 Call method in JavaScript
 Inheritance in JavaScript using prototype

You might also like