Description
In this course, you will :
- Develop static website
- Apply styles using css
- Introduction to JavaScript
- Getting Started With JavaScript On Visual Studio
- Basic Programming Concepts - Conditional Statements
- Basic Programming Concepts - Iterative Statements
- Arrays And Functions
- Various Events
- OOPs Concepts In JavaScript
Syllabus :
1. Getting Started With HTML
- Introduction To HTML
- Introduction To VisualStudio
- Introduction To HTML Elements And Attributes
- Comments And Page Information
2. Various Tags
- Document Structure Tags
- Formatting And Listing Tags
- Table And Image Tags
- Anchor Tags
3. Working With Form
- Static Vs Dynamic Website
- Form Elements
4. Cascading Style Sheets (CSS)
- Inline And Internal Style
- External Style
5. Selectors In CSS
- Id Selector
- Class Selector
- Grouping Selector
- Design Menu
6. Introduction To JavaScript
- Introduction To JavaScript
- Display Hello World
7. Get Started With JavaScript On Visual Studio
- File with .js Extension
- Introduction To Visual Studio
- Immediate Mode Vs Differed Mode Of Script
8. Basic Programming Concepts - Conditional Statements
- Working With Variables In JavaScript
- When to Use What Control Structures (Theory)
- Contional Statement - If Else
- Debugging JavaScript Code
- Switch Case Default
9. Basic Programming Concepts - Iterative Statements
- for Loop In JavaScript
- Table Layout Using for Loop
- while Loop In JavaScript
- do while Loop In JavaScript
10. Arrays And Functions
- Arrays In JavaScript
- for-in Loop In JavaScript
- Function In JavaScript
- Local Vs Global Variables In Javascript
11. Various Events
- Window Event And navigator Object
- Form Events In Javascript
- onKeyPress Event In Javascript - Twitter TextArea
- Mouse Events In JavaScript
- A Simple Calculator Using JavaScript
12. OOPs Concepts In JavaScript
- Stand Alone Single Object In JavaScript
- Stand Alone List Of Objects In JavaScript
- Why OOPs?
- Classes And Objects In JavaScript
- Constructor In JavaScript
- List Of Objects In JavaScript
- Source Code And PPT
13. Getting Started With Typescript
- Getting Started With TypeScript
- var Vs let
- DataTypes And For Of
- Function As A Class
14. Basic - Object Oriented Programming
- Classes And Objects
- Constructor And Method Overloading
- Passing Object As A Parameter
- Public And Private Members
15. Advanced - Object Oriented Programming
- Inheritance In TypeScript
- Runtime Polymorphism - Abstract Classes
- Internal Modules Or Namespaces - export
- External Modules - import