https://github.com/wjkba/javascript-collection
https://github.com/wjkba/javascript-collection
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wjkba/javascript-collection
- Owner: wjkba
- Created: 2023-09-10T10:17:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T14:00:06.000Z (over 1 year ago)
- Last Synced: 2025-02-04T13:22:13.665Z (4 months ago)
- Language: HTML
- Homepage: https://wjkba.github.io/JavaScript-Collection/
- Size: 532 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🟨 JavaScript Collection
I've gathered here a select collection of JavaScript concepts that I've found crucial and helpful during my learning journey. Each concept is explained with code snippets and live previews to aid in understanding and practical application.https://wjkba.github.io/JavaScript-Collection/
This repository is a reflection of my journey, showcasing the concepts that I believe are essential for every JavaScript developer to grasp.
### Concepts Covered
- Variables and Data Types
- Functions and Scope
- Arrays and Objects
- DOM Manipulation and Events
- Asynchronous JavaScript (Promises, Async/Await)
- Error Handling
- ES6+ Features
- and more###

Check out my html and css basics:
- 🟠[HTML](https://github.com/wjkba/HTML5-basics)
- 🔵 [CSS](https://github.com/wjkba/CSS3-basics)