- 
                        
                            001 - Introduction And What Is JavaScript ?00:09:01
- 
                        
                            002 - How To Study The Course ?00:07:26
- 
                        
                            003 - Setting Up Environment And Tools00:06:29
- 
                        
                            004 - Work With Chrome Developer Tools00:05:34
- 
                        
                            005 - Where To Put The Code00:04:45
- 
                        
                            006 - Comments And Bad Practices00:04:27
- 
                        
                            007 - Output To Screen00:06:32
- 
                        
                            008 - Console Methods And Styling And WebAPI00:06:19
- 
                        
                            009 - What Is ECMAScript ?00:06:41
- 
                        
                            010 - Data Types And Typeof Operator00:10:13
- 
                        
                            011 - Variables Introduction00:06:31
- 
                        
                            012 - Identifiers Name Conventions And Rules00:04:09
- 
                        
                            013 - Var, Let, Const Compare00:07:18
- 
                        
                            014 - String Syntax And Character Escape Sequences00:07:34
- 
                        
                            015 - Concatenation00:02:53
- 
                        
                            016 - Template Literals Template Strings00:08:16
- 
                        
                            017 - Variable And Concatenation Challenge00:03:02
- 
                        
                            018 - Arithmetic Operators00:08:30
- 
                        
                            019 - Unary Plus And Negation Operators00:05:24
- 
                        
                            020 - Type Coercion00:05:57
- 
                        
                            021 - Assignment Operators00:03:15
- 
                        
                            022 - Operators Challenges00:03:26
- 
                        
                            023 - Number00:07:15
- 
                        
                            024 - Number Methods00:08:19
- 
                        
                            025 - Math Object00:05:01
- 
                        
                            026 - Number Challenge00:02:27
- 
                        
                            027 - String Methods Part 100:08:29
- 
                        
                            028 - String Methods Part 200:12:39
- 
                        
                            029 - String Methods Part 300:12:58
- 
                        
                            030 - String Challenge00:02:51
- 
                        
                            031 - Comparison Operators00:06:35
- 
                        
                            032 - Logical Operators00:04:45
- 
                        
                            033 - If Conditions00:08:51
- 
                        
                            034 - Nested If Condition00:05:14
- 
                        
                            035 - Conditional Ternary Operator00:07:17
- 
                        
                            036 - Nullish Coalescing Operator And Logical Or00:04:36
- 
                        
                            037 - If Condition Challenge00:02:48
- 
                        
                            038 - Switch Statement00:06:05
- 
                        
                            039 - Switch And If Condition Challenge00:03:30
- 
                        
                            040 - Array Big Introduction00:08:10
- 
                        
                            041 - Using Length With Array00:05:45
- 
                        
                            042 - Add And Remove From Array00:05:21
- 
                        
                            043 - Searching Array00:05:38
- 
                        
                            044 - Sorting Arrays00:03:16
- 
                        
                            045 - Slicing Array00:07:16
- 
                        
                            046 - Joining Arrays00:03:43
- 
                        
                            047 - Array Challenge00:02:14
- 
                        
                            048 - Loop - For And Concept Of Loop00:08:07
- 
                        
                            049 - Looping On Sequences00:08:13
- 
                        
                            050 - Nested Loops And Trainings00:04:35
- 
                        
                            051 - Loop Control - Break, Continue, Label00:07:14
- 
                        
                            052 - Loop - For Advanced Example00:04:39
- 
                        
                            053 - Practice - Add Products To Page00:06:56
- 
                        
                            054 - Loop - While00:05:03
- 
                        
                            055 - Loop - Do While00:03:32
- 
                        
                            056 - Loop - Challenge00:03:31
- 
                        
                            057 - Function Intro And Basic Usage00:08:14
- 
                        
                            058 - Function Advanced Examples00:06:22
- 
                        
                            059 - Function Return And Use Cases00:07:22
- 
                        
                            060 - Function Default Parameters00:04:42
- 
                        
                            061 - Function Rest Parameters00:07:04
- 
                        
                            062 - Function Ultimate Practice00:11:39
- 
                        
                            063 - Random Arguments Function Challenge00:03:21
- 
                        
                            064 - Anonymous Function And Practice00:08:44
- 
                        
                            065 - Return Nested Function00:06:34
- 
                        
                            066 - Arrow Function Syntax00:06:12
- 
                        
                            067 - Scope - Global And Local00:06:10
- 
                        
                            068 - Scope - Block00:04:54
- 
                        
                            069 - Scope - Lexical (Static)00:05:17
- 
                        
                            070 - Arrow Function Challenge00:02:48
- 
                        
                            071 - Higher Order Functions - Map00:08:46
- 
                        
                            072 - Higher Order Functions - Map Practice00:08:53
- 
                        
                            073 - Higher Order Functions - Filter00:06:44
- 
                        
                            074 - Higher Order Functions - Filter Practice00:05:36
- 
                        
                            075 - Higher Order Functions - Reduce00:07:39
- 
                        
                            076 - Higher Order Functions - Reduce Practice00:05:47
- 
                        
                            077 - Higher Order Functions - ForEach And Practice00:12:02
- 
                        
                            078 - Higher Order Functions - Challenge00:02:23
- 
                        
                            079 - Object - Introduction00:07:44
- 
                        
                            080 - Dot Notation vs Bracket Notation00:06:23
- 
                        
                            081 - Nested Object And Advanced Trainings00:08:43
- 
                        
                            082 - Create Object With New Keyword00:04:25
- 
                        
                            083 - This Keyword00:05:31
- 
                        
                            084 - Create Object With Create Method00:06:36
- 
                        
                            085 - Create Object With Assign Method00:04:21
- 
                        
                            086 - What Is DOM And Select Elements00:11:37
- 
                        
                            087 - Get Set Elements Content And Attributes00:09:44
- 
                        
                            088 - Check Attributes And Examples00:07:40
- 
                        
                            089 - Create And Append Elements00:07:16
- 
                        
                            090 - Product With Title And Description Practice00:05:58
- 
                        
                            091 - Deal With Children00:05:23
- 
                        
                            092 - DOM Events00:08:59
- 
                        
                            093 - Validate Form And Prevent Default00:10:06
- 
                        
                            094 - Event Simulation - Click Focus Blur00:04:39
- 
                        
                            095 - Class List Object And Methods00:05:49
- 
                        
                            096 - CSS Styling And Stylesheets00:06:53
- 
                        
                            097 - Before, After, Prepend, Append, Remove00:04:45
- 
                        
                            098 - DOM Traversing00:05:06
- 
                        
                            099 - DOM Cloning00:03:57
- 
                        
                            100 - AddEventListener00:09:38
- 
                        
                            101 - DOM Challenge00:03:35
- 
                        
                            102 - What Is BOM?00:04:24
- 
                        
                            103 - Alert, Confirm, Prompt00:09:12
- 
                        
                            104 - setTimeout and clearTimeout00:07:07
- 
                        
                            105 - setInterval and clearInterval00:04:35
- 
                        
                            106 - Window Location Object00:12:24
- 
                        
                            107 - Window Open And Close00:06:07
- 
                        
                            108 - Window History Object00:03:41
- 
                        
                            109 - Scroll, ScrollTo, ScrollBy, Focus, Print, Stop00:08:01
- 
                        
                            110 - Scroll To Top Using Y Practice00:05:55
- 
                        
                            111 - Local Storage00:09:48
- 
                        
                            112 - Local Storage Color Application Practice00:10:10
- 
                        
                            113 - Session Storage And Use Cases00:06:56
- 
                        
                            114 - BOM Challenge00:02:44
- 
                        
                            115 - Destructuring Arrays Part 100:06:23
- 
                        
                            116 - Destructuring Arrays Part 200:04:29
- 
                        
                            117 - Destructuring Arrays Part 3 - Swap Variables00:03:43
- 
                        
                            118 - Destructuring Objects Part 100:05:09
- 
                        
                            119 - Destructuring Objects Part 200:06:01
- 
                        
                            120 - Destructuring Function Parameters00:03:08
- 
                        
                            121 - Destructuring Mixed Content00:04:17
- 
                        
                            122 - Destructuring Challenge00:02:49
- 
                        
                            123 - Set Data Types And Methods00:08:40
- 
                        
                            124 - Set vs WeakSet And Garbage Collector00:10:57
- 
                        
                            125 - Map Data Type Vs Object00:10:15
- 
                        
                            126 - Map Methods00:05:33
- 
                        
                            127 - Map Vs WeakMap00:06:52
- 
                        
                            128 - Array.from Method00:07:28
- 
                        
                            129 - Array.copyWithin Method00:08:13
- 
                        
                            130 - Array.some Method00:09:40
- 
                        
                            131 - Array.every Method00:04:38
- 
                        
                            132 - Spread Syntax And Use Cases00:07:33
- 
                        
                            133 - Map And Set Challenge00:03:37
معلومات الدورة
- المستوى: كل المستويات
- عدد المواد: 133
- اللغة: عربي
- عدد الطلاب: 6
- آخر تحديث: 10/01/2022
الشهادة
                                                        
                                                            قم بالتسجيل في الموقع والالتحاق بالدورة للحصول على شهادة إكمال الدورة
                                                             سجل الآن
                                                            
                                                    
                                                يجب الالتحاق بالدورة لتتمكن من
                                                التفاعل على مواد الدورة
                                            
                                            
                                     
                