Description
What will you learn:-
- Learn the fundamentals of syntax that may be applied to any language
- For novices, learn what a programming language is and the fundamental ideas
- Learn what Javascript is in its purest form
- Understand the fundamentals of Javascript syntax.
- Learn about some Javascript peculiaritie
Syllabus:-
- What is Javascript?
- How Javascript Works
- Javascript Console
- Objects in Javascript
- Javascript Syntax
- Primitive Data
- Variables, Constants & Assignment
- Arithmetic Operator’s & BODMAS
- Assignment Operator’s
- Code Editors & Debugging
- Functions or Subroutines
- Objects & Arrays
- Embedding Objects & Arrays
- Member Access
- Computed Member Access
- Member Creation, Assignment & Deletion
- Array Modification
- Callable Objects
- Memory Hoisting
- Scope & Closures
- Inferred Globals & Scope
- This Context
- Constructors
- Prototype
- Constructors with Prototyp
- Comparison Operators
- If Statements
- For & For In Loop's
- Let ES
- Understanding the Document Object Model
- Targeting DOM Element’s
- Changing Element's Content's
- Changing Element Style's
- Event Handlers
- Create & appendChild & insertBefore method's