تعلم لغة جافا سكريبت من الصفر 2021 مع اسامة الزيرو
التصنيفات : تعلم البرمجة - Learn programming

محتوى الدورة
الاسبوع الاول
-
Introduction And What Is JavaScript ?
09:01 -
How To Study The Course
07:26 -
Setting Up Environment And Tools
06:29 -
Work With Chrome Developer Tools
05:34 -
Where To Put The Code
04:44 -
Comments And Bad Practices
04:26 -
Output To Screen
06:32
الاسبوع الثاني
-
Console Methods And Styling And WebAPI
06:19 -
What Is ECMAScript ?
06:41 -
Data Types And Typeof Operator
10:13 -
Variables Introduction
06:31 -
Identifiers Name Conventions And Rules
04:09 -
Var, Let, Const Compare
07:17 -
String Syntax And Character Escape Sequences
07:33
الاسبوع الثالث
-
Concatenation
02:53 -
Template Literals Template Strings
08:16 -
Variable And Concatenation Challenge
03:02 -
Arithmetic Operators
08:30 -
Unary Plus And Negation Operators
05:24 -
Type Coercion
05:57 -
Assignment Operators
03:15
الاسبوع الرابع
-
Operators Challenges
03:26 -
Number
07:15 -
Number Methods
08:19 -
Math Object
05:01 -
Number Challenge
02:27 -
String Methods Part 1
08:29 -
String Methods Part 2
12:39
الاسبوع الخامس
-
String Methods Part 3
12:58 -
String Challenge
02:51 -
Comparison Operators
06:35 -
Logical Operators
04:45 -
If Conditions
08:51 -
Nested If Condition
05:14 -
Conditional Ternary Operator
07:17
الاسبوع السادس
-
Nullish Coalescing Operator And Logical Or
04:36 -
If Condition Challenge
02:48 -
Switch Statement
06:05 -
Switch And If Condition Challenge
03:30 -
Array Big Introduction
08:10 -
Using Length With Array
05:45 -
– Add And Remove From Array
05:21
الاسبوع السابع
-
Searching Array
05:38 -
Sorting Arrays
03:16 -
Slicing Array
07:16 -
Joining Arrays
03:43 -
Array Challenge
02:14 -
– Loop – For And Concept Of Loop
08:07 -
Looping On Sequences
08:13
الاسبوع الثامن
-
Nested Loops And Trainings
04:35 -
Loop Control – Break, Continue, Label
07:14 -
Loop – For Advanced Example
04:39 -
Practice – Add Products To Page
06:56 -
Loop – While
05:03 -
Loop – Do While
03:32 -
Loop – Challenge
03:31
الاسبوع التاسع
-
Function Intro And Basic Usage
08:14 -
Function Advanced Examples
06:22 -
Function Return And Use Cases
07:22 -
Function Default Parameters
04:42 -
Function Rest Parameters
07:04 -
Function Ultimate Practice
11:39 -
Random Arguments Function Challenge
03:21
الاسبوع العاشر
-
Anonymous Function And Practice
08:44 -
Return Nested Function
06:34 -
Arrow Function Syntax
06:12 -
Scope – Global And Local
06:10 -
Scope – Block
04:54 -
Scope – Lexical (Static)
05:17 -
Arrow Function Challenge
02:48
الاسبوع الحادي عشر
-
Higher Order Functions – Map
08:46 -
Higher Order Functions – Map Practice
08:53 -
Higher Order Functions – Filter
06:44 -
Higher Order Functions – Filter Practice
05:36 -
Higher Order Functions – Reduce
07:39 -
Higher Order Functions – Reduce Practice
05:47 -
Higher Order Functions – ForEach And Practice
12:02
الاسبوع الثاني عشر
-
Higher Order Functions – Challenge
02:23 -
Object – Introduction
07:44 -
Dot Notation vs Bracket Notation
06:23 -
Nested Object And Advanced Trainings
08:43 -
Create Object With New Keyword
04:25 -
This Keyword
05:31 -
Create Object With Create Method
06:36
الاسبوع الثالث عشر
-
Create Object With Assign Method
04:21 -
What Is DOM And Select Elements
11:37 -
Get Set Elements Content And Attributes
09:44 -
Check Attributes And Examples
07:40 -
Create And Append Elements
07:16 -
Product With Title And Description Practice
05:58 -
Deal With Children’s
05:23
الاسبوع الرابع عشر
-
DOM Events
08:59 -
Validate Form And Prevent Default
10:06 -
Event Simulation – Click Focus Blur
04:39 -
Class List Object And Methods
05:49 -
CSS Styling And Stylesheets
06:53 -
Before, After, Prepend, Append, Remove
04:45 -
DOM Traversing
05:06
الاسبوع الخامس عشر
-
DOM Cloning
03:57 -
AddEventListener
09:38 -
DOM Challenge
03:35 -
What Is BOM?
04:24 -
Alert, Confirm, Prompt
09:12 -
setTimeout and clearTimeout
07:07 -
setInterval and clearInterval
04:35
الاسبوع السادس عشر
-
Window Location Object
12:24 -
Window Open And Close
06:07 -
Window History Object
03:41 -
Scroll, ScrollTo, ScrollBy, Focus, Print, Stop
08:01 -
Scroll To Top Using Y Practice
05:55 -
Local Storage
09:48 -
Local Storage Color Application Practice
10:10
الاسبوع السابع عشر
-
Session Storage And Use Cases
06:56 -
BOM Challenge
02:44 -
Destructuring Arrays Part 1
06:23 -
Destructuring Arrays Part 2
04:29 -
Destructuring Arrays Part 3 – Swap Variables
03:43 -
Destructuring Objects Part 1
05:09 -
Destructuring Objects Part 2
06:01
الاسبوع الثامن عشر
-
Destructuring Function Parameters
03:08 -
Destructuring Mixed Content
04:17 -
Destructuring Challenge
02:49 -
Set Data Types And Methods
08:40 -
Set vs WeakSet And Garbage Collector
10:57 -
Map Data Type Vs Object
10:15 -
Map Methods
05:33
الاسبوع التاسع عشر
-
Map Vs WeakMap
06:52 -
Array.from Method
07:28 -
Array.copyWithin Method
08:13 -
Array.some Method
09:40 -
Array.every Method
04:38 -
Spread Syntax And Use Cases
07:33 -
Map And Set Challenge
03:37
الاسبوع العشرون
-
Intro And What Is Regular Expression
08:26 -
Regular Expressions – Modifiers
05:20 -
Regular Expressions – Ranges Part 1
10:19 -
Regular Expressions – Ranges Part 2
06:16 -
Regular Expressions – Character Classes Part 1
06:26 -
Regular Expressions – Character Classes Part 2
05:42 -
Regular Expressions – Quantifiers Part 1
09:07
الاسبوع الواحد والعشرين
-
Regular Expressions – Quantifiers Part 2
02:43 -
Regular Expressions – Quantifiers Part 3
05:16 -
Regular Expressions – Replace With Pattern
03:23 -
Regular Expressions – Form Validation
04:48 -
Test Your Regular Expressions And Discussions
04:07 -
Regular Expressions – Challenge
02:08 -
OOP Introduction
06:59
الاسبوع الثاني والعشرين
-
Constructor Function Introduction
08:23 -
Constructor Function New Syntax
04:07 -
Deal With Properties And Methods
05:07 -
Update Properties And Built In Constructors
05:25 -
Class Static Properties And Methods
04:59 -
Class Inheritance
07:29 -
Class Encapsulation
07:44
الاسبوع الثالث والعشرين
-
Prototype Introduction
03:18 -
Add To Prototype Chain And Extend Constructors Features
07:10 -
Object Meta Data And Descriptor Part 1
06:17 -
Object Meta Data And Descriptor Part 2
02:43 -
Date And Time Introduction
07:27 -
Get Date And Time
05:40 -
Set Date And Time
06:31
الاسبوع الرابع والعشرين
-
Formatting Date And Time
05:22 -
Tracking Operations Time
03:36 -
Generator Function Introduction
07:00 -
Delegate Generator Function
03:42 -
Generate Infinite Numbers
03:08 -
Modules Import And Export
04:24 -
Named vs Default Export And Import All
04:20
تقييمات ومراجعات الطلاب
لا يوجد تقييم حتى الآن