JavaScript Course
JavaScript Course
https://www.youtube.com/watch?v=H6KTmUWx9A0&t=273s
https://www.youtube.com/watch?v=JNCu3XIjluk
Learn JavaScript In Arabic 2021 - #093 - Validate Form And Prevent Default
Learn JavaScript In Arabic 2021 - #094 - Event Simulation - Click Focus Blur
Week 13 Page 13
- Click => function
- Focus => function
- Blur => focus
Week 13 Page 14
95 - ClassList Object And Methods
Saturday, October 5, 2024 2:26 AM
Learn JavaScript In Arabic 2021 - #095 - Class List Object And Methods
Week 13 Page 15
- ClassList.length =>
- ClassList.contains( ) => class
- ClassList.items( [index]) =>
- ClassList.add =>
- ClassList.toggle =>
Week 13 Page 16
96 - CSS Styling And Stylesheet
Saturday, October 5, 2024 4:17 PM
Week 13 Page 17
97 - Before, After, Prepend, Append, Remove
Saturday, October 5, 2024 4:50 PM
Week 13 Page 18
98 - DOM Traversing
Sunday, October 6, 2024 1:15 AM
Week 13 Page 19
- nextSibling => Element
- previousSibling => Element
- nextElementSibling => Element
- previousElementSibling => Element
- parentElement =>
Week 13 Page 20
99 - DOM Cloning
Sunday, October 6, 2024 1:29 AM
Week 13 Page 21
100 - AddEventListener
Sunday, October 6, 2024 1:43 AM
Week 13 Page 22
Learn JavaScript In Arabic 2021 - #100 - AddEventListener
Week 13 Page 23
102 - What Is BOM ?
Wednesday, October 16, 2024 7:09 PM
- history.length =>
Learn JavaScript In Arabic 2021 - #109 - Scroll, ScrollTo, ScrollBy, Focus, Print, Stop
- window.stop() =>
- window.print() =>
- window.focus() => input
- scrollX =>
- scrollY =>
pageXOfSet() =>
Week 15 Page 38
- window.localStorage.setItem(Key, Value) =>
- window.localStorage.getItem(Key, Value) =>
- window.localStorage.removeItem(Key, Value) =>
- window.localStorage.clear() =>
- window.locaStorage.key() => Index
LocalStorage
Week 15 Page 39
112 - Local Storage Color App Practice
Wednesday, October 23, 2024 2:59 PM
Week 15 Page 40
Week 15 Page 41
Week 15 Page 42
113 - Session Storage And Use Cases
Wednesday, October 23, 2024 3:43 PM
Week 15 Page 43
115 - Destructuring Arrays Part 1
Saturday, November 2, 2024 1:55 PM
Index 25
Learn JavaScript In Arabic 2021 - #117 - Destructuring Arrays Part 3 - Swap Variables
22
Learn JavaScript In Arabic 2021 - #123 - Set Data Types And Methods
Learn JavaScript In Arabic 2021 - #124 - Set vs WeakSet And Garbage Collector
Array
Array This
true Function
Learn JavaScript In Arabic 2021 - #134 - Intro And What Is Regular Expression
Learn JavaScript In Arabic 2021 - #138 - Regular Expressions - Character Classes Part 1
Learn JavaScript In Arabic 2021 - #139 - Regular Expressions - Character Classes Part 2
Learn JavaScript In Arabic 2021 - #143 - Regular Expressions - Replace With Pattern
- replace =>
- replaceAll =>
Learn JavaScript In Arabic 2021 - #150 - Deal With Properties And Methods
Learn JavaScript In Arabic 2021 - #151 - Update Properties And Built In Constructors
Learn JavaScript In Arabic 2021 - #152 - Class Static Properties And Methods
- Class
-
-
- Method Method 19
-
Learn JavaScript In Arabic 2021 - #156 - Add To Prototype Chain And Extend Constructors Features
Learn JavaScript In Arabic 2021 - #157 - Object Meta Data And Descriptor Part 1
Learn JavaScript In Arabic 2021 - #158 - Object Meta Data And Descriptor Part 2
1970
Main.js
App.js
Main.js
App.js
Main.js
Test.json
Main.js
Test.json
Learn JavaScript In Arabic 2021 - #170 - JSON Syntax And Compare With JS Object
- API
JSON
- JSON.parse => Convert Text Data To JS Object => js opject json string
- JSON.stringify => Convert JS Object To JSON => json string js opject
- Synchronous =>
- Asynchronous =>
Learn JavaScript In Arabic 2021 - #174 - Call Stack And Web API
Learn JavaScript In Arabic 2021 - #175 - Event Loop And Callback Queue
Learn JavaScript In Arabic 2021 - #176 - What Is AJAX And Network Information
Learn JavaScript In Arabic 2021 - #177 - Request And Response From Real API
Learn JavaScript In Arabic 2021 - #181 - Promise - Then, Catch And Finally
Learn JavaScript In Arabic 2021 - #184 - Promise All And All Settled And Race
Learn JavaScript In Arabic 2021 - #187 - Try, Catch And Finally With Fetch