Course Content
An introduction to JavaScript
- Creating first JavaScript Program
- What is programming?
- Adding JavaScript to a web page
- Writing Text on a Web Page
- Adding an external JavaScript file
- Dealing with errors
The JavaScript Terminologies
- Understanding Statements and Commands
- Various types of Data
- Understanding Variables
- Using the Data Types and Variables
- Using Variables
- Learning Arrays
- Writing to a Web Page Using Arrays
- Writing Comments
Adding logic and control to the programs
- Generating intelligent programs
- Using conditional statements
- Managing repetitive tasks with loops
- Making code reusable
Working with Words, Numbers, and Dates
- An introduction to an object
- Understanding strings
- Discovering patterns in the strings
- Introducing numbers, dates and times
Dynamically Modifying Web Pages
- An overview of modifying web pages
- Understanding the document object model
- Introducing JavaScript Libraries
- Choosing Elements of Page
- Adding content to a page
- Setting and reading tag attributes
- Read and remove HTML properties
- Headlines creation
- understanding Pull Quotes
An overview of Client-Side JavaScript
- An introduction to JavaScript in a Page