This repository contains code and notes from my learning journey through JavaScript, guided by Anisul Islam's YouTube channel. I will be updating this repository with code snippets and projects as I progress through various topics.
- Basic JavaScript
- Data Structures
- JS HTML DOM
- Browser BOM
- Error Handling
- ES6 Features
- API Calling
- JSON
- Storage
- Projects
This section covers the fundamentals of JavaScript, including:
- Error handling
This section covers various data structures in JavaScript, including:
- 2D arrays
This section covers the Document Object Model (DOM) in JavaScript, including:
- Clipboard events
This section covers the Browser Object Model (BOM) in JavaScript, including:
- JS timing events:
setTimeOut(),setInterval(), clock
This section covers error handling in JavaScript.
This section covers features introduced in ECMAScript 6 (ES6).
This section covers making API calls in JavaScript.
This section covers working with JSON data in JavaScript.
This section covers the Web Storage API, including:
localStoragesessionStorage
This section contains projects developed to apply the learned concepts, including:
- Image slider project
Stay tuned for more updates as I continue my learning journey!