-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
130 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,133 @@ | ||
 | ||
<div align="center"> | ||
<img alt="JavaScript Bootcamp" src="https://www.freepnglogos.com/uploads/javascript/javascript-web-development-for-app-mobile-4.png"> | ||
</div> | ||
|
||
--- | ||
|
||
> <div align="center">ٱلْحَمْدُ لِلَّٰهِ<div> | ||
> اللهم علمنا ما ينفعنا، وانفعنا بما علمتنا، وزدنا علما "سُبْحَانَكَ لا عِلْمَ لَنَا إِلَّا مَا عَلَّمْتَنَا إِنَّكَ أَنْتَ الْعَلِيمُ الْحَكِيمُ". | ||
> <br> | ||
> I have finally Compeleted this Awesome JavaScript Bootcamp, From [Elzero Web School](elzero.org). | ||
**Special thanks to our teacher [OsamaElzero](https://github.com/OsamaElzero), we'll never forget your help, hard work, and dedication for us.** | ||
|
||
This repository contains solutions for assignments and challenges from [Elzero Javascript Bootcamp Course](https://elzero.org/study/javascript-bootcamp-2021-study-plan/) Available on the Elzero [Youtube Channel](www.youtube.com/@ElzeroWebSchool) and the [website](elzero.org). | ||
|
||
**I Hope this will be helpful for You. Good luck for Your Learning Journey `myFriend`**. | ||
|
||
> If you find this repository helpful, please consider giving it a Star. This will show your appreciation and motivate me to keep improving it😊. | ||
--- | ||
|
||
<details open> | ||
<summary> | ||
close | ||
<h2>Table of Contents</h2> | ||
</summary> | ||
|
||
1. - [Introduction & Syntax](#introduction--syntax) | ||
2. - [Data Types And Variables](#data-types-and-variables) | ||
3. - [Operators](#operators) | ||
4. - [Number And String](#number-and-string) | ||
5. - [Conditions And Switch](#conditions-and-switch) | ||
6. - [Arrays And their Methods](#arrays-and-their-methods) | ||
7. - [Loop](#loop) | ||
8. - [Function And Parameters](#function-and-parameters) | ||
9. - [Function And Scopes](#function-and-scopes) | ||
10. - [Higher Order Functions](#higher-order-functions) | ||
11. - [Objects And thier Methods](#objects-and-their-methods) | ||
12. - [Document Object Model](#document-object-model) | ||
13. - [DOM - Part 2](#dom---part-2) | ||
14. - [Browser Object Model](#browser-object-model) | ||
15. - [Local Storage](#local-storage) | ||
16. - [Destructuring](#destructuring) | ||
17. - [Map And Set](#map-and-set) | ||
18. - [Regular Expression](#regular-expression) | ||
19. - [Object Oriented Programming](#object-oriented-programming) | ||
20. - [Date, Generators, Modules](#date-generators-modules) | ||
21. - [AJAX And JSON](#ajax-and-json) | ||
22. - [Promises](#promises) | ||
</details> | ||
|
||
|
||
|
||
## Introduction & Syntax | ||
|
||
- [ Assignment one solution](./lessons(01-09)/assignment-01.html) | ||
- [ Assignment two solution](./lessons(01-09)/assignment-02.js) | ||
- [ Assignment three solution](./lessons(01-09)/assignment-03.js) | ||
- [ Assignment four solution](./lessons(01-09)/assignment-04.js) | ||
- [ Assignment five solution](./lessons(01-09)/assignment-05.html) | ||
- [ Assignment six solution](./lessons(01-09)/assignment-06.html) | ||
|
||
|
||
<!-- ## Data Types And Variables | ||
- [ Assignment one solution]() | ||
- [ Assignment two solution]() | ||
- [ Assignment three solution]() | ||
- [ Assignment four solution]() | ||
- [ Challenge solution]() | ||
## Operators | ||
- [ Assignment one solution]() | ||
- [ Assignment two solution]() | ||
- [ Assignment three solution]() | ||
- [ Assignment four solution]() | ||
- [ Challenge solution]() | ||
## Number And String | ||
- [ Assignment one solution]() | ||
- [ Assignment two solution]() | ||
- [ Assignment three solution]() | ||
- [ Assignment four solution]() | ||
- [ Assignment five solution]() | ||
- [ Assignment six solution]() | ||
- [ Assignment seven solution]() | ||
- [ Challenge solution]() | ||
## Conditions And Switch | ||
- [ Assignment one solution]() | ||
- [ Assignment two solution]() | ||
- [ Assignment three solution]() | ||
- [ Assignment four solution]() | ||
- [ Challenge solution]() | ||
## Arrays And their methods | ||
## Loop | ||
## Function And Parameters | ||
## Function And Scopes | ||
## Higher Order Functions | ||
## Objects and their methods | ||
## Document Object Model | ||
## DOM - Part 2 | ||
## Browser Object Model | ||
## Local Storage | ||
## Destructuring | ||
## Map And Set | ||
## Regular Expression | ||
## Object Oriented Programming | ||
## Date, Generators, Modules | ||
## AJAX And JSON | ||
## Promises | ||
--> |