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

Java Script Sylabus

This document provides an overview of JavaScript, covering its introduction, syntax, variables, data types, and operators. It also includes developer essentials, control statements, objects, and the Document Object Model (DOM) and Browser Object Model (BOM). Key functions and methods for manipulating HTML elements and handling events are discussed as well.

Uploaded by

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

Java Script Sylabus

This document provides an overview of JavaScript, covering its introduction, syntax, variables, data types, and operators. It also includes developer essentials, control statements, objects, and the Document Object Model (DOM) and Browser Object Model (BOM). Key functions and methods for manipulating HTML elements and handling events are discussed as well.

Uploaded by

devipuushpa434
Copyright
© © All Rights Reserved
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 3

OVERVIEW OF JavaScript

✓ Introduction of Javascript
✓ Syntax
✓ JS Example
✓ JS variables
✓ JS Data Types
✓ JS Operators
✓ JS Function
Developer Essentials
✓ The development workflow
✓ Selecting the right tools for the job
✓ Just enough HTML and CSS
✓ Understanding objects
✓ Understanding variables
✓ Making comparisons
✓ Understanding events
C# Control Statement
✓ JS if-else
✓ JS switch
✓ JS For Loop
✓ JS While Loop
✓ JS Do-while loop
✓ JS Break
✓ JS Continue
✓ JS Goto
✓ JS Comments
JavaScript Objects
✓ JS Object
✓ JS Array
✓ JS String
✓ JS Date
✓ JS Math
✓ JS Number
✓ JS Boolean
JavaScript BOM
✓ Window object
✓ History object
✓ Navigator Object
✓ Screen Object
JavaScript DOM
✓ getElementByid()
✓ getElementByClassName()
✓ getElementByName()
✓ getElementByTagName()
✓ JS innerHTML Propery
✓ JS innerHTML Propert

You might also like