Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xabdulkhaliq/30-days-of-javascript-solutions
Welcome to my repository featuring solutions to the popular 30 Days of JavaScript Challenge
https://github.com/0xabdulkhaliq/30-days-of-javascript-solutions
30dayscodechallenge 30daysofjavascript challenge javascript json programming web webdevelopment
Last synced: 8 days ago
JSON representation
Welcome to my repository featuring solutions to the popular 30 Days of JavaScript Challenge
- Host: GitHub
- URL: https://github.com/0xabdulkhaliq/30-days-of-javascript-solutions
- Owner: 0xabdulkhaliq
- Created: 2023-03-03T14:28:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-07T04:40:17.000Z (over 1 year ago)
- Last Synced: 2024-08-14T03:38:13.040Z (3 months ago)
- Topics: 30dayscodechallenge, 30daysofjavascript, challenge, javascript, json, programming, web, webdevelopment
- Language: JavaScript
- Homepage: https://0xabdulkhalid.github.io/30-days-of-javascript-solutions/
- Size: 17.1 MB
- Stars: 17
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
30 Days Of JavaScript Solutions
A step by step guide to master JavaScript with bit-sized learning exercises
## 🏆 MY JOURNEY
| | DAY | TOPICS | SOLUTION |
| :---: | :---: | :------------------------------------------------------------------------------------------------------------------------------------------------- | :---: |
| ☑️ | 01 | [Introduction](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/readMe.md) | [🎯 Day-1](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-1) |
| ☑️ | 02 | [Data Types](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/02_Day_Data_types/02_day_data_types.md) | [🎯 Day-2](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-2) |
| ☑️ | 03 | [Booleans, Operators, Date](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/03_Day_Booleans_operators_date/03_booleans_operators_date.md) | [🎯 Day-3](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-3) |
| ☑️ | 04 | [Conditionals](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/04_Day_Conditionals/04_day_conditionals.md) | [🎯 Day-4](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-5) |
| ☑️ | 05 | [Arrays](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/05_Day_Arrays/05_day_arrays.md) | [🎯 Day-5](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-5) |
| ☑️ | 06 | [Loops](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/06_Day_Loops/06_day_loops.md) | [🎯 Day-6](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-6) |
| ☑️ | 07 | [Functions](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/07_Day_Functions/07_day_functions.md) | [🎯 Day-7](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-7) |
| ☑️ | 08 | [Objects](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/08_Day_Objects/08_day_objects.md) | [🎯 Day-8](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-8) |
| ☑️ | 09 | [Higher Order Functions](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/09_Day_Higher_order_functions/09_day_higher_order_functions.md) | [🎯 Day-9](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-9) |
| ☑️ | 10 | [Sets and Maps](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/10_Day_Sets_and_Maps/10_day_Sets_and_Maps.md) | [🎯 Day-10](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-10) |
| ☑️ | 11 | [Destructuring and Spreading](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/11_Day_Destructuring_and_spreading/11_day_destructuring_and_spreading.md) | [🎯 Day-11](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-11) |
| ☑️ | 12 | [Regular Expressions](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/12_Day_Regular_expressions/12_day_regular_expressions.md) | [🎯 Day-12](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-12) |
| ☑️ | 13 | [Console Object Methods](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/13_Day_Console_object_methods/13_day_console_object_methods.md) | [🎯 Day-13](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-13) |
| ☑️ | 14 | [Error Handling](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/14_Day_Error_handling/14_day_error_handling.md) | [🎯 Day-14](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-14) |
| ☑️ | 15 | [Classes](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/15_Day_Classes/15_day_classes.md) | [🎯 Day-15](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-15) |
| ☑️ | 16 | [JSON](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/16_Day_JSON/16_day_json.md) | [🎯 Day-16](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-16) |
| ☑️ | 17 | [Web Storages](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/17_Day_Web_storages/17_day_web_storages.md) | [🎯 Day-17](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-17) |
| ☑️ | 18 | [Promises](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/18_Day_Promises/18_day_promises.md) | [🎯 Day-18](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-18) |
| ☑️ | 19 | [Closure](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/19_Day_Closures/19_day_closures.md) | [🎯 Day-19](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-19) |
| ☑️ | 20 | [Writing Clean Code](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/20_Day_Writing_clean_codes/20_day_writing_clean_codes.md) | [🎯 Day-20](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-20) |
| ☑️ | 21 | [DOM](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/21_Day_DOM/21_day_dom.md) | [🎯 Day-21](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-21) |
| ☑️ | 22 | [Manipulating DOM Object](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/22_Day_Manipulating_DOM_object/22_day_manipulating_DOM_object.md) | [🎯 Day-22](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-22) |
| ☑️ | 23 | [Event Listeners](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/23_Day_Event_listeners/23_day_event_listeners.md) | [🎯 Day-23](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-23) |
| ☑️ | 24 | [Mini Project: Solar System](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/24_Day_Project_solar_system/24_day_project_solar_system.md) | [🎯 Day-24](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-24) |
| ☑️ | 25 | [Mini Project: World Countries Data Visualization 1](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/25_Day_World_countries_data_visualization_1/25_day_world_countries_data_visualization_1.md) | [🎯 Day-25](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-25) |
| ☑️ | 26 | [Mini Project: World Countries Data Visualization 2](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/26_Day_World_countries_data_visualization_2/26_day_world_countries_data_visualization_2.md) | [🎯 Day-26](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-26) |
| ☑️ | 27 | [Mini Project: Portfolio](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/27_Day_Mini_project_portfolio/27_day_mini_project_portfolio.md) | [🎯 Day-27](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-27) |
| ☑️ | 28 | [Mini Project: Leaderboard](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/28_Day_Mini_project_leaderboard/28_day_mini_project_leaderboard.md) | [🎯 Day-28](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-28) |
| ☑️ | 29 | [Mini Project: Animating characters](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/29_Day_Mini_project_animating_characters/29_day_mini_project_animating_characters.md) | [🎯 Day-29](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-29) |
| ☑️ | 30 | [Final Projects](https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/30_Day_Mini_project_final/30_day_mini_project_final.md) | [🎯 Day-30](https://github.com/0xabdulkhalid/30-days-of-javascript-solutions/tree/main/day-30) |
#### 🛈 NOTE :
- Welcome to my repository where I will be sharing my solutions to the exercise challenges at the end of each day's learning.
- I hope this repository serves as a valuable educational resource to help you learn and grow.
- If you find this repository helpful and informative, please consider showing your support by starring it 🌟, Your star will not only motivate us to create more useful content but also help others discover this resource easily.
- Thank you for your contribution! ❤️
### **Let's Connect 👋**