diff --git a/.idea/30-Days-Of-JavaScript.iml b/.idea/30-Days-Of-JavaScript.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/30-Days-Of-JavaScript.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..6a6ac4a --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/01_Day_Introduction/01_day_starter/index.html b/01_Day_Introduction/01_day_starter/index.html index 43831f6..0ec4b17 100644 --- a/01_Day_Introduction/01_day_starter/index.html +++ b/01_Day_Introduction/01_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript @@ -16,4 +16,4 @@ - \ No newline at end of file + diff --git a/02_Day_Data_types/02_day_starter/index.html b/02_Day_Data_types/02_day_starter/index.html index 03ea938..c658a5d 100644 --- a/02_Day_Data_types/02_day_starter/index.html +++ b/02_Day_Data_types/02_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/03_Day_Booleans_operators_date/03_day_starter/index.html b/03_Day_Booleans_operators_date/03_day_starter/index.html index 3db517d..5e50ce7 100644 --- a/03_Day_Booleans_operators_date/03_day_starter/index.html +++ b/03_Day_Booleans_operators_date/03_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript: 03 Day @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/04_Day_Conditionals/04_day_starter/index.html b/04_Day_Conditionals/04_day_starter/index.html index 30d37fc..b5b5fd9 100644 --- a/04_Day_Conditionals/04_day_starter/index.html +++ b/04_Day_Conditionals/04_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript @@ -12,4 +12,4 @@ - \ No newline at end of file + diff --git a/05_Day_Arrays/05_day_starter/index.html b/05_Day_Arrays/05_day_starter/index.html index 8f138fb..955f937 100644 --- a/05_Day_Arrays/05_day_starter/index.html +++ b/05_Day_Arrays/05_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:05 Day @@ -8,10 +8,10 @@

30DaysOfJavaScript:05 Day

Arrays

- + - \ No newline at end of file + diff --git a/06_Day_Loops/06_day_starter/index.html b/06_Day_Loops/06_day_starter/index.html index 28d2d78..f327b2e 100644 --- a/06_Day_Loops/06_day_starter/index.html +++ b/06_Day_Loops/06_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:06 Day @@ -8,10 +8,10 @@

30DaysOfJavaScript:06 Day

Loops

- + - \ No newline at end of file + diff --git a/07_Day_Functions/07_day_starter/index.html b/07_Day_Functions/07_day_starter/index.html index f7eb67c..ff028ef 100644 --- a/07_Day_Functions/07_day_starter/index.html +++ b/07_Day_Functions/07_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:07 Day @@ -8,10 +8,10 @@

30DaysOfJavaScript:07 Day

Functions

- + - \ No newline at end of file + diff --git a/08_Day_Objects/08_day_starter/index.html b/08_Day_Objects/08_day_starter/index.html index fbe7e81..17409f3 100644 --- a/08_Day_Objects/08_day_starter/index.html +++ b/08_Day_Objects/08_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:08 Day @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/09_Day_Higher_order_functions/09_day_starter/index.html b/09_Day_Higher_order_functions/09_day_starter/index.html index 14b20ba..c8a964e 100644 --- a/09_Day_Higher_order_functions/09_day_starter/index.html +++ b/09_Day_Higher_order_functions/09_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:09 Day @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/10_Day_Sets_and_Maps/10_day_starter/index.html b/10_Day_Sets_and_Maps/10_day_starter/index.html index 38b79a2..a93217b 100644 --- a/10_Day_Sets_and_Maps/10_day_starter/index.html +++ b/10_Day_Sets_and_Maps/10_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:10 Day @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/11_Day_Destructuring_and_spreading/11_day_starter/index.html b/11_Day_Destructuring_and_spreading/11_day_starter/index.html index 6efcab4..024f0a6 100644 --- a/11_Day_Destructuring_and_spreading/11_day_starter/index.html +++ b/11_Day_Destructuring_and_spreading/11_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:11 Day @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/12_Day_Regular_expressions/12_day_starter/index.html b/12_Day_Regular_expressions/12_day_starter/index.html index 6efcab4..024f0a6 100644 --- a/12_Day_Regular_expressions/12_day_starter/index.html +++ b/12_Day_Regular_expressions/12_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:11 Day @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/13_Day_Console_object_methods/13_day_starter/index.html b/13_Day_Console_object_methods/13_day_starter/index.html index 977daaf..6c1dd9c 100644 --- a/13_Day_Console_object_methods/13_day_starter/index.html +++ b/13_Day_Console_object_methods/13_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:13 Day @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/14_Day_Error_handling/14_day_starter/index.html b/14_Day_Error_handling/14_day_starter/index.html index b5aa290..1fe8f19 100644 --- a/14_Day_Error_handling/14_day_starter/index.html +++ b/14_Day_Error_handling/14_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:12 Day @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/15_Day_Classes/15_day_starter/index.html b/15_Day_Classes/15_day_starter/index.html index db149cc..73cf9ab 100644 --- a/15_Day_Classes/15_day_starter/index.html +++ b/15_Day_Classes/15_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:15 Day @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/16_Day_JSON/16_day_starter/index.html b/16_Day_JSON/16_day_starter/index.html index 53d732a..5691291 100644 --- a/16_Day_JSON/16_day_starter/index.html +++ b/16_Day_JSON/16_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:16 Day @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/17_Day_Web_storages/17_day_starter/index.html b/17_Day_Web_storages/17_day_starter/index.html index e76eeef..d112838 100644 --- a/17_Day_Web_storages/17_day_starter/index.html +++ b/17_Day_Web_storages/17_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:17 Day @@ -13,4 +13,4 @@ - \ No newline at end of file + diff --git a/18_Day_Promises/18_day_starter/index.html b/18_Day_Promises/18_day_starter/index.html index a0103b7..e941295 100644 --- a/18_Day_Promises/18_day_starter/index.html +++ b/18_Day_Promises/18_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:18 Day @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/19_Day_Closures/19_day_starter/index.html b/19_Day_Closures/19_day_starter/index.html index a72d694..2375e17 100644 --- a/19_Day_Closures/19_day_starter/index.html +++ b/19_Day_Closures/19_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:19 Day @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/20_Day_Writing_clean_codes/20_day_starter/index.html b/20_Day_Writing_clean_codes/20_day_starter/index.html index ba00ff9..a039c50 100644 --- a/20_Day_Writing_clean_codes/20_day_starter/index.html +++ b/20_Day_Writing_clean_codes/20_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:20 Day @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/21_Day_DOM/21_day_dom.md b/21_Day_DOM/21_day_dom.md index 5755391..dc8a7ca 100644 --- a/21_Day_DOM/21_day_dom.md +++ b/21_Day_DOM/21_day_dom.md @@ -57,7 +57,7 @@ We can access already created element or elements using JavaScript. To access or ```html - + Document Object Model @@ -234,7 +234,7 @@ It value we assign is going to be a string of HTML elements. ```html - + JavaScript for Everyone:DOM @@ -264,7 +264,7 @@ The innerHTML property can allow us also to remove all the children of a parent ```html - + JavaScript for Everyone:DOM @@ -378,7 +378,7 @@ As you have notice, the properties of css when we use it in JavaScript is going ```html - + JavaScript for Everyone:DOM diff --git a/21_Day_DOM/21_day_starter/index.html b/21_Day_DOM/21_day_starter/index.html index ad12ac6..42c9221 100644 --- a/21_Day_DOM/21_day_starter/index.html +++ b/21_Day_DOM/21_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:21 Day @@ -23,4 +23,4 @@ - \ No newline at end of file + diff --git a/22_Day_Manipulating_DOM_object/22_day_manipulating_DOM_object.md b/22_Day_Manipulating_DOM_object/22_day_manipulating_DOM_object.md index d9e4ad7..3572d2f 100644 --- a/22_Day_Manipulating_DOM_object/22_day_manipulating_DOM_object.md +++ b/22_Day_Manipulating_DOM_object/22_day_manipulating_DOM_object.md @@ -43,7 +43,7 @@ document.createElement('tagname') ```html - + Document Object Model:30 Days Of JavaScript @@ -71,7 +71,7 @@ After we create the element we can assign value to the different properties of t ```html - + Document Object Model:30 Days Of JavaScript @@ -100,7 +100,7 @@ To see a created element on the HTML document we should append it to the parent ```html - + Document Object Model:30 Days Of JavaScript @@ -131,7 +131,7 @@ After creating an HTML, we may want to remove element or elements and we can use ```html - + Document Object Model:30 Days Of JavaScript @@ -167,7 +167,7 @@ As we have see in the previous section there is a better way to eliminate all th ```html - + Document Object Model:30 Days Of JavaScript @@ -228,4 +228,4 @@ Check the requirement of this project from both images(jpg and gif). All the dat 🎉 CONGRATULATIONS ! 🎉 -[<< Day 21](../21_Day_DOM/21_day_dom.md) | [Day 23 >>](../23_Day_Event_listeners/23_day_event_listeners.md) \ No newline at end of file +[<< Day 21](../21_Day_DOM/21_day_dom.md) | [Day 23 >>](../23_Day_Event_listeners/23_day_event_listeners.md) diff --git a/22_Day_Manipulating_DOM_object/22_day_starters/project_1/index.html b/22_Day_Manipulating_DOM_object/22_day_starters/project_1/index.html index 6855059..ad8b27c 100644 --- a/22_Day_Manipulating_DOM_object/22_day_starters/project_1/index.html +++ b/22_Day_Manipulating_DOM_object/22_day_starters/project_1/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:22 Day: Number Generator @@ -19,4 +19,4 @@ - \ No newline at end of file + diff --git a/22_Day_Manipulating_DOM_object/22_day_starters/project_2/index.html b/22_Day_Manipulating_DOM_object/22_day_starters/project_2/index.html index 85b7c80..381f882 100644 --- a/22_Day_Manipulating_DOM_object/22_day_starters/project_2/index.html +++ b/22_Day_Manipulating_DOM_object/22_day_starters/project_2/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:22 Day: World Countries List @@ -28,4 +28,4 @@ - \ No newline at end of file + diff --git a/22_Day_Manipulating_DOM_object/22_day_starters/project_3/index.html b/22_Day_Manipulating_DOM_object/22_day_starters/project_3/index.html index 054cf9c..f711bc0 100644 --- a/22_Day_Manipulating_DOM_object/22_day_starters/project_3/index.html +++ b/22_Day_Manipulating_DOM_object/22_day_starters/project_3/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:22 Day: Challenge Info @@ -16,4 +16,4 @@ - \ No newline at end of file + diff --git a/23_Day_Event_listeners/23_day_event_listeners.md b/23_Day_Event_listeners/23_day_event_listeners.md index 1100593..d9cfb17 100644 --- a/23_Day_Event_listeners/23_day_event_listeners.md +++ b/23_Day_Event_listeners/23_day_event_listeners.md @@ -62,7 +62,7 @@ The following is an example of click type event. ```html - + Document Object Model @@ -91,7 +91,7 @@ An event can be also attached directly to the HTML element as inline script. ```html - + Document Object Model @@ -116,7 +116,7 @@ The following is an example of click type event. ```html - + Document Object Model @@ -148,7 +148,7 @@ The following is an example of click type event. ```html - + Document Object Model @@ -198,7 +198,7 @@ We usually fill forms and forms accept data. Form fields are created using input ```html - + Document Object Model:30 Days Of JavaScript @@ -232,7 +232,7 @@ In the above example, we managed to get input values from two input fields by cl ```html - + Document Object Model:30 Days Of JavaScript @@ -261,7 +261,7 @@ In contrast to _input_ or _change_, the _blur_ event occur when the input field ```js - + Document Object Model:30 Days Of JavaScript @@ -294,7 +294,7 @@ We can access all the key numbers of the keyboard using different event listener ```html - + Document Object Model:30 Days Of JavaScript diff --git a/23_Day_Event_listeners/23_day_starters/project_1/index.html b/23_Day_Event_listeners/23_day_starters/project_1/index.html index f8f52cf..0c396e1 100644 --- a/23_Day_Event_listeners/23_day_starters/project_1/index.html +++ b/23_Day_Event_listeners/23_day_starters/project_1/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:23 Day: Number Generator @@ -19,4 +19,4 @@ - \ No newline at end of file + diff --git a/23_Day_Event_listeners/23_day_starters/project_2/index.html b/23_Day_Event_listeners/23_day_starters/project_2/index.html index 666b473..f0ab736 100644 --- a/23_Day_Event_listeners/23_day_starters/project_2/index.html +++ b/23_Day_Event_listeners/23_day_starters/project_2/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:23 Day: Keyboard Key @@ -12,4 +12,4 @@ - \ No newline at end of file + diff --git a/24_Day_Project_solar_system/24_day_starter/index.html b/24_Day_Project_solar_system/24_day_starter/index.html index b351e19..601415b 100644 --- a/24_Day_Project_solar_system/24_day_starter/index.html +++ b/24_Day_Project_solar_system/24_day_starter/index.html @@ -1,5 +1,5 @@ - + Solar System: Document Object Model:30 Days Of JavaScript @@ -36,4 +36,4 @@ - \ No newline at end of file + diff --git a/26_Day_World_countries_data_visualization_2/26_day_starter/index.html b/26_Day_World_countries_data_visualization_2/26_day_starter/index.html index a8d26f9..534e691 100644 --- a/26_Day_World_countries_data_visualization_2/26_day_starter/index.html +++ b/26_Day_World_countries_data_visualization_2/26_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:11 Day @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/27_Day_Mini_project_portfolio/27_day_starter/index.html b/27_Day_Mini_project_portfolio/27_day_starter/index.html index 6efcab4..024f0a6 100644 --- a/27_Day_Mini_project_portfolio/27_day_starter/index.html +++ b/27_Day_Mini_project_portfolio/27_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:11 Day @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/28_Day_Mini_project_leaderboard/28_day_starter/index.html b/28_Day_Mini_project_leaderboard/28_day_starter/index.html index 6efcab4..024f0a6 100644 --- a/28_Day_Mini_project_leaderboard/28_day_starter/index.html +++ b/28_Day_Mini_project_leaderboard/28_day_starter/index.html @@ -1,5 +1,5 @@ - + 30DaysOfJavaScript:11 Day @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/29_Day_Mini_project_animating_characters/29_day_starters/project_2/index.html b/29_Day_Mini_project_animating_characters/29_day_starters/project_2/index.html index 5c2da5e..412455c 100644 --- a/29_Day_Mini_project_animating_characters/29_day_starters/project_2/index.html +++ b/29_Day_Mini_project_animating_characters/29_day_starters/project_2/index.html @@ -1,12 +1,12 @@ - + 30DaysOfJavaScript: Day 29 - Project 2 - + @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/30_Day_Mini_project_final/30_day_mini_project_final.md b/30_Day_Mini_project_final/30_day_mini_project_final.md index 1e69248..c92bfe9 100644 --- a/30_Day_Mini_project_final/30_day_mini_project_final.md +++ b/30_Day_Mini_project_final/30_day_mini_project_final.md @@ -12,7 +12,7 @@ January, 2020 - +
diff --git a/30_Day_Mini_project_final/30_day_starters/project_1/index.html b/30_Day_Mini_project_final/30_day_starters/project_1/index.html index 323f758..867f1ee 100644 --- a/30_Day_Mini_project_final/30_day_starters/project_1/index.html +++ b/30_Day_Mini_project_final/30_day_starters/project_1/index.html @@ -1,16 +1,16 @@ - + 30DaysOfJavaScript:30 - + - \ No newline at end of file + diff --git a/RU/README.md b/RU/README.md index ecd2a4d..2f12d88 100644 --- a/RU/README.md +++ b/RU/README.md @@ -281,7 +281,7 @@ JavaScript можно добавить на веб-страницу тремя ```html - + 30DaysOfScript: Встроенный скрипт @@ -302,7 +302,7 @@ JavaScript можно добавить на веб-страницу тремя ```html - + 30DaysOfScript: Внутренний скрипт @@ -362,7 +362,7 @@ console.log("Добро пожаловать на 30 дней JavaScript"); ```html - + 30DaysOfJavaScript:External script @@ -386,7 +386,7 @@ console.log("Hello, World!"); ```html - + Multiple External Scripts diff --git a/RU/index.html b/RU/index.html index 14e41c3..bdc37d9 100644 --- a/RU/index.html +++ b/RU/index.html @@ -1,5 +1,5 @@ - + Document Object Model:30 Days Of JavaScript @@ -125,4 +125,4 @@ - \ No newline at end of file + diff --git a/Spanish/readme.md b/Spanish/readme.md index 7df9958..0afeb4f 100644 --- a/Spanish/readme.md +++ b/Spanish/readme.md @@ -254,7 +254,7 @@ Las siguientes secciones muestran diferentes formas de añadir código JavaScrip Crea una carpeta en tu escritorio y llámala 30DíasDeJS o en cualquier lugar y crea un archivo **_index.html_** en la carpeta del proyecto. Luego pega el siguiente código y ábrelo en un navegador, ya sea en [Chrome](https://www.google.com/chrome/). - + 30DíasDeJS:Inline Script @@ -271,7 +271,7 @@ Ahora, escribiste tu primer inline script. Podemos crear un mensaje de alerta em El Script interno puede ser escrito en la cabecera del código _('head')_ o en el cuerpo _('body')_, pero es preferible ponerlo en el cuerpo del documento HTML. Primero, escribamos en la parte de la cabeza de la página. - + 30DíasDeJS:Scripts Internos @@ -322,7 +322,7 @@ Al igual que el script interno, el enlace del script externo puede estar en la c **Script externo en el cuerpo** - + 30DíasDeJS:Scripts Externos @@ -343,7 +343,7 @@ Podemos enlazar múltiples archivos externos de JavaScript a una página web. Cr - + Múltiples guiones externos diff --git a/index.html b/index.html index 14e41c3..bdc37d9 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + Document Object Model:30 Days Of JavaScript @@ -125,4 +125,4 @@ - \ No newline at end of file + diff --git a/readMe.md b/readMe.md index 8a4bb39..9f02406 100644 --- a/readMe.md +++ b/readMe.md @@ -325,7 +325,7 @@ Create a project folder on your desktop or in any location, name it 30DaysOfJS a ```html - + 30DaysOfScript:Inline Script @@ -344,7 +344,7 @@ First, let us write on the head part of the page. ```html - + 30DaysOfScript:Internal Script @@ -402,7 +402,7 @@ External scripts in the _body_: ```html - + 30DaysOfJavaScript:External script @@ -427,7 +427,7 @@ console.log('Hello, World!') ```html - + Multiple External Scripts