https://github.com/mucahitdev/30daysofjavascript
https://github.com/mucahitdev/30daysofjavascript
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mucahitdev/30daysofjavascript
- Owner: mucahitdev
- Created: 2022-02-27T03:33:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T21:22:57.000Z (about 4 years ago)
- Last Synced: 2025-03-11T11:39:57.106Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 30daysOfJavaScript
I started [this challenge](https://github.com/Asabeneh/30-Days-Of-JavaScript) on February 27, 2022.
> ### Progress
>
> - [x] 1) Introduction
> - [x] 2) Data Types
> - [x] 3) Booleans, Operators, Date
> - [ ] 4) Conditionals
> - [ ] 5) Arrays
> - [ ] 6) Loops
> - [ ] 7) Functions
> - [ ] 8) Objects
> - [ ] 9) Higher Order Functions
> - [ ] 10) Sets and Maps
> - [ ] 11) [Destructuring and Spreading
> - [ ] 12) Regular Expressions
> - [ ] 13) Console Object Methods
> - [ ] 14) Error Handling
> - [ ] 15) Classes
> - [ ] 16) JSON
> - [ ] 17) Web Storages
> - [ ] 18) Promises
> - [ ] 19) Closure
> - [ ] 20) Writing Clean Code
> - [ ] 21) DOM
> - [ ] 22) Manipulating DOM Object
> - [ ] 23) Event Listeners
> - [ ] 24) Mini Project: Solar System
> - [ ] 25) Mini Project: World Countries Data Visulalization 1
> - [ ] 26) Mini Project: World Countries Data Visulalization 2
> - [ ] 27) Mini Project: Portfolio
> - [ ] 28) Mini Project: Leaderboard
> - [ ] 29) Mini Project:Animating characters
> - [ ] 30) Final Projects