This Repository consist of Daily learning, Assignments, coding challenge, projects, references, tutorial.👩💻👨💻
alert('Welcome! to A tour of JavaScript')
| # | Topics |
|---|---|
| 01 | LearnByDoing |
| 02 | CodingChallenges |
| 03 | Project_based Learning |
| 04 | Visual_handcrafted_notes |
JavaScript Fundamentals – 01
1.Values and Variables... 2.Data Types ... 3.let, const and var ... 4.Basic Operators ... 5.Strings and Template Literals... 6.Taking Decisions: if / else Statements... 7.Type Conversion and Coercion...
8.Equality Operators: == vs. ===... 9.Logical Operators ... 10.The switch Statement ... 11.The Conditional (Ternary) Operator...