Skip to content

Latest commit

History

History
45 lines (30 loc) 路 1.17 KB

File metadata and controls

45 lines (30 loc) 路 1.17 KB

JavaScript Notes 馃搾

This repository contains my personal notes from Hitesh Choudhary鈥檚 JavaScript tutorials on YouTube. These notes include key concepts, examples, and code snippets to help reinforce and revise core JavaScript knowledge.


馃帴 Tutorial Credit

These notes are based on the excellent JavaScript tutorial series by Hitesh Choudhary on YouTube.
馃摵 Watch here: Hitesh Choudhary YouTube Channel

馃搶 Topics Covered

馃敼 Basics

  • Variables (var, let, const)
  • Data Types (Number, String, Boolean, Undefined, Null, Symbol)
  • Operators (Arithmetic, Assignment, Comparison, Logical)
  • Conditionals (if, else if, switch)
  • Loops (for, while, do...while)
  • Functions (Function Declaration, Expression, Arrow Functions)

馃敼 Intermediate

  • Arrays & Array Methods (map, filter, reduce, forEach)
  • Objects & Object Manipulation
  • Scope (Block, Function, Global)
  • DOM Manipulation
  • Events & Event Listeners

馃敼 Advanced Topics

  • API Request Using XMLHTTP
  • Promises
  • Fetch
  • OOP

馃捇 How to Use

  1. Clone the repository: bash https://github.com/AngadBari/JavaScriptChaiAurCode.git