Companies Home Search Profile

The Complete JavaScript Made Easy 2023: From Zero to Expert!

Focused View

Donatus Obomighie | PhD, MSc, PMP

15:32:17

642 View
  • 1. Please read me Coming Soon.html
  • 2. Environment Setup.mp4
    05:27
  • 3. Using Chrome.mp4
    02:09
  • 4. Using Text Editor.mp4
    03:44
  • 5. Using IDE.mp4
    05:56
  • 6. CODE - Using IDE.html
  • 7. Using Coding SItes.mp4
    03:18
  • 8. Using Node.js.mp4
    02:27
  • 9. Viewing your result on web page.mp4
    01:54
  • 10. CODE - Viewing your result on web page.html
  • 11. Using alert().mp4
    01:36
  • 12. Ready for Write FIRST PROGRAM.mp4
    07:29
  • 13. Any Question.mp4
    00:19
  • 1. Statement.mp4
    01:49
  • 2. Program.mp4
    01:24
  • 3. Semi-Colons.mp4
    02:04
  • 4. White Space.mp4
    02:19
  • 5. Line Breaks.mp4
    01:42
  • 6. Code Block.mp4
    01:01
  • 7. Keywords.mp4
    01:03
  • 8. Syntax.mp4
    01:29
  • 9. Values.mp4
    04:37
  • 10. Operators.mp4
    00:56
  • 11. Expression.mp4
    03:30
  • 12. Comment.mp4
    02:37
  • 13. Case Sensitive.mp4
    01:05
  • 14. Camel Case.mp4
    03:12
  • 15. Identifiers.mp4
    02:34
  • 16. Character Sets.mp4
    01:19
  • 1. Understanding Variables in JavaScript.mp4
    03:10
  • 2. Declaring Variables.mp4
    08:22
  • 3. Declaring Variables - CODE.html
  • 4. Multiple Variables Declaration.mp4
    05:32
  • 5. Multiple Variables Declaration - CODE.html
  • 6. Redeclaring Variables.mp4
    02:47
  • 7. Redeclaring Variables - CODE.html
  • 8. Naming Variables.mp4
    05:41
  • 9. Naming Variables - CODE.html
  • 1. Understanding JavaScript Let.mp4
    01:10
  • 2. Understanding JavaScript Let - CODE.html
  • 3. Redeclaring Variable with Let.mp4
    00:55
  • 4. Redeclaring Variable with Let - CODE.html
  • 5. Declare with Let from Start.mp4
    02:23
  • 6. Declare with Let from Start - CODE.html
  • 7. The Selfish Let.mp4
    03:20
  • 8. The Selfish Let - CODE.html
  • 1. Understanding JavaScript Const.mp4
    06:49
  • 2. Understanding Const - CODE.html
  • 1. Understanding Scope in JavaScript.mp4
    07:36
  • 2. Scope by Example.mp4
    08:35
  • 3. Scope by Example - CODE.html
  • 4. More on Scope.mp4
    09:11
  • 5. More on Scope - CODE.html
  • 1. Understanding Hoisting in JavaScript.mp4
    14:15
  • 2. More on Hoisting.mp4
    03:24
  • 3. Hoisting by Examples.mp4
    05:28
  • 4. Hosting - More Examples.mp4
    10:50
  • 5. Hosting - More Examples - CODE.html
  • 1. Data Types in JavaScript.mp4
    02:38
  • 1. Understanding Strings in JavaScript.mp4
    04:28
  • 2. CODE - Understanding Strings in JavaScript.html
  • 3. Accessing the Characters of a String in JavaScript.mp4
    03:36
  • 4. CODE - Accessing the Characters of a String in JavaScript.html
  • 5. Length Property in JavaScript.mp4
    01:19
  • 6. CODE - Length Property in JavaScript.html
  • 7. String Coercion in JavaScript.mp4
    01:51
  • 8. CODE - String Coercion in JavaScript.html
  • 9. String Concatenation in JavaScript.mp4
    05:29
  • 10. CODE - String Concatenation in JavaScript.html
  • 11. String Template Literals in JavaScript.mp4
    05:36
  • 12. CODE - String Template Literals in JavaScript.html
  • 13. String Escape Sequence in JavaScript.mp4
    04:39
  • 14. CODE - String Escape Sequence in JavaScript.html
  • 15. String Slice, Substring and Substr Methods in JavaScript.mp4
    06:43
  • 16. CODE - String Slice, Substring and Substr Methods in JavaScript.html
  • 17. String endsWith() and startsWith() Methods in JavaScript.mp4
    02:03
  • 18. CODE - String endsWith() and startsWith() Methods in JavaScript.html
  • 19. String indexOf() Method in JavaScript.mp4
    01:43
  • 20. CODE - String indexOf() Method in JavaScript.html
  • 21. String replace() and replaceAll() Methods in JavaScript.mp4
    01:20
  • 22. CODE - String replace() and replaceAll() Methods in JavaScript.html
  • 23. String includes() Method in JavaScript.mp4
    00:47
  • 24. CODE - String includes() Method in JavaScript.html
  • 25. String toUpperCase() and toLowerCase() in JavaScript.mp4
    00:34
  • 26. CODE - String toUpperCase() and toLowerCase() in JavaScript.html
  • 27. String repeat() Method in JavaScript.mp4
    01:00
  • 28. CODE - String repeat() Method in JavaScript.html
  • 29. String split() Method in JavaScript.mp4
    01:25
  • 30. CODE - String split() Method in JavaScript.html
  • 1. Understanding Boolean in JavaScript.mp4
    08:32
  • 2. CODE - Understanding Boolean in JavaScript.html
  • 1. Understanding Numbers in JavaScript.mp4
    08:29
  • 2. CODE - Understanding Numbers in JavaScript 1.html
  • 3. CODE - Understanding Numbers in JavaScript 2.html
  • 4. CODE - Understanding Numbers in JavaScript 3.html
  • 5. CODE - Understanding Numbers in JavaScript 4.html
  • 1. Understanding BigInt in JavaScript.mp4
    09:14
  • 2. CODE - Understanding BigInt in JavaScript 1.html
  • 3. CODE - Understanding BigInt in JavaScript 2.html
  • 4. CODE - Understanding BigInt in JavaScript 3.html
  • 1. Understanding Undefined in JavaScript.mp4
    03:09
  • 2. CODE - Understanding Undefined in JavaScript.html
  • 1. Understanding Null in JavaScript.mp4
    06:56
  • 2. CODE - Understanding Null in JavaScript.html
  • 1. Symbol in JavaScript.mp4
    04:09
  • 2. Code - Symbol in JavaScript.html
  • 3. Symbol with Description.mp4
    01:31
  • 4. Code - Symbol with Description.html
  • 5. Symbol as an Object Key.mp4
    01:39
  • 6. CODE - Symbol as an Object Key.html
  • 7. Cannot Iterate Over a Symbol.mp4
    01:41
  • 8. CODE - Cannot Iterate Over a Symbol.html
  • 1. Types of Operators in JavaScript.mp4
    01:16
  • 2. Arithmetic Operators in JavaScript.mp4
    12:18
  • 3. CODE - Arithmetic Operators in JavaScript.html
  • 4. Assignment Operators in JavaScript.mp4
    06:28
  • 5. CODE - Assignment Operators in JavaScript.html
  • 6. Comparison Operators in JavaScript.mp4
    07:30
  • 7. CODE - Comparison Operators in JavaScript.html
  • 8. Logical Operators in JavaScript.mp4
    03:32
  • 9. CODE - Logical Operators in JavaScript.html
  • 10. Types Operators in JavaScript.mp4
    03:22
  • 11. CODE - Types Operators in JavaScript.html
  • 12. Ternary Operators in JavaScript.mp4
    03:58
  • 13. CODE - Ternary Operators in JavaScript.html
  • 14. String Operator in JavaScript - a.k.a Concatenation.mp4
    04:10
  • 15. CODE - String Operator in JavaScript - a.k.a Concatenation.html
  • 16. delete and void() in JavaScript.mp4
    04:45
  • 17. CODE - delete and void() in JavaScript.html
  • 1. Understanding Objects in JavaScript.mp4
    04:59
  • 2. CODE - Understanding Objects in JavaScript.html
  • 3. A line Statement Object Syntax.mp4
    00:32
  • 4. CODE - A line Statement Object Syntax.html
  • 5. Property vs Property Name vs Property Value.mp4
    01:46
  • 6. Creating an Empty Object.mp4
    01:50
  • 7. CODE - Creating an Empty Object.html
  • 8. Creating Properties for Empty Object.mp4
    03:57
  • 9. Undefined in Object.mp4
    01:36
  • 10. CODE - Undefined in Object.html
  • 11. Object Methods in JavaScript.mp4
    09:31
  • 12. CODE - Object Methods in JavaScript.html
  • 13. Nested JSON Object in JavaScript.mp4
    08:06
  • 14. CODE - Nested JSON Object in JavaScript.html
  • 1. Understanding Function in JavaScript.mp4
    06:24
  • 2. CODE - Understanding Function in JavaScript.html
  • 3. Function Example.mp4
    01:27
  • 4. CODE - Function Example.html
  • 5. Parameter vs Argument in JavaScript.mp4
    02:46
  • 6. CODE - Parameter vs Argument.html
  • 7. Return in Function in JavaScript.mp4
    02:45
  • 8. CODE - Return in Function in JavaScript.html
  • 9. Assigning a Function to a Variable in JavaScript.mp4
    01:43
  • 10. CODE - Assigning a Function to a Variable in JavaScript.html
  • 11. Inbuilt Function in JavaScript.mp4
    02:31
  • 12. CODE - Inbuilt Function.html
  • 13. Local Variable in JavaScript.mp4
    03:55
  • 14. CODE - Local Variable.html
  • 15. Function in a Statement.mp4
    00:40
  • 16. CODE - Function in a Statement.html
  • 17. Different Styles of writing Function.mp4
    01:47
  • 18. CODE - Different Styles of writing Function.html
  • 19. Function Express (named) in JavaScript.mp4
    02:06
  • 20. CODE - Function Express (named) in JavaScript.html
  • 21. Function Express (anonymous) in JavaScript.mp4
    01:52
  • 22. CODE - Function Express (anonymous).html
  • 23. Arrow Function in JavaScript.mp4
    02:14
  • 24. CODE - Arrow Function in JavaScript.html
  • 25. Arrow Function Simplified Further.mp4
    04:53
  • 26. CODE - Arrow Function Simplified Further.html
  • 27. Default Parameter in JavaScript.mp4
    03:52
  • 28. CODE - Default Parameter in JavaScript.html
  • 29. Passing Undefined Value to a Function in JavaScript.mp4
    00:55
  • 30. CODE - Passing Undefined Value to a Function in JavaScript.html
  • 1. Understanding Arrays in JavaScript.mp4
    01:12
  • 2. Declaring an Empty Array.mp4
    01:42
  • 3. CODE - Declaring an Empty Array.html
  • 4. Creating Array with One Value.mp4
    01:39
  • 5. CODE - Creating Array with One Value.html
  • 6. Creating Array with Many Values.mp4
    01:24
  • 7. CODE - Creating Array with Many Values.html
  • 8. Creating Array on Multiple Lines.mp4
    00:48
  • 9. CODE - Creating Array on Multiple Lines.html
  • 10. Adding Elements to Empty Array.mp4
    01:53
  • 11. CODE - Adding Elements to Empty Array.html
  • 12. Holes in an Array.mp4
    02:13
  • 13. CODE - Holes in an Array.html
  • 14. Accessing Values of Arrays.mp4
    01:55
  • 15. CODE - Accessing Values of Arrays.html
  • 16. Accessing the First and Last Elements of Arrays.mp4
    02:06
  • 17. CODE - Accessing the First and Last Elements of Arrays.html
  • 18. Changing the Values of an Array.mp4
    01:39
  • 19. CODE - Changing the Values of an Array.html
  • 20. Checking Arrays Data Types.mp4
    00:43
  • 21. CODE - Checking Arrays Data Types.html
  • 22. Mixed Types in Array.mp4
    02:52
  • 23. CODE - Mixed Types in Array.html
  • 24. Adding Elements to Array - Special Ways.mp4
    03:11
  • 25. CODE - Adding Elements to Array - Special Ways.html
  • 26. Associative Array.mp4
    01:30
  • 27. How to Identify an Array.mp4
    02:54
  • 28. CODE - How to Identify an Array.html
  • 29. Removing the First and Last Elements of Arrays.mp4
    01:26
  • 30. CODE - Removing the First and Last Elements of Arrays.html
  • 1. Understanding If Statement in JavaScript.mp4
    01:58
  • 2. CODE - Understanding If Statement in JavaScript.html
  • 3. If Statement by Example in JavaScript.mp4
    04:12
  • 4. CODE - If Statement by Example in JavaScript.html
  • 5. If Else Statement by Example in JavaScript.mp4
    03:26
  • 6. CODE - If Else Statement by Example in JavaScript.html
  • 7. Else If Statement by Example in JavaScript.mp4
    07:06
  • 8. CODE - Else If Statement by Example in JavaScript.html
  • 9. Nested If Statement in JavaScript.mp4
    05:52
  • 10. CODE - Nested If Statement in JavaScript.html
  • 11. Body of If Else Statement in JavaScript.mp4
    01:35
  • 12. CODE - Body of If Else Statement in JavaScript.html
  • 13. Logical AND and If Else Statement in JavaScript.mp4
    02:18
  • 14. CODE - Logical AND and If Else Statement in JavaScript.html
  • 15. Logical OR and If Else Statement in JavaScript.mp4
    02:43
  • 16. CODE - Logical OR and If Else Statement in JavaScript.html
  • 1. Understanding for loop in JavaScript.mp4
    06:40
  • 2. CODE - Understanding for loop in JavaScript.html
  • 3. Example 1 - for loop in JavaScript.mp4
    01:40
  • 4. CODE - Example 1 - for loop in JavaScript.html
  • 5. Example 2- for loop in JavaScript.mp4
    04:30
  • 6. CODE - Example 2 - for loop in JavaScript.html
  • 7. Example 3 - for loop in JavaScript.mp4
    03:51
  • 8. CODE - Example 3 - for loop in JavaScript.html
  • 9. Alternative Solution to Example 3.mp4
    01:43
  • 10. CODE - Alternative Solution to Example 3.html
  • 11. Infinite Loop.mp4
    03:56
  • 12. CODE - Infinite Loop.html
  • 13. For Loop with Array.mp4
    06:50
  • 14. CODE - For Loop with Array.html
  • 15. For Loop with Break and Continue of If Else.mp4
    03:48
  • 16. CODE - For Loop with Break and Continue of If Else.html
  • 17. Example - Natural Odd Numbers.mp4
    01:44
  • 18. CODE - Example - Natural Odd Numbers.html
  • 19. Expression 1 - OPTIONAL.mp4
    03:51
  • 20. CODE - Expression 1 - OPTIONAL.html
  • 21. Expression 2 - OPTIONAL.mp4
    02:30
  • 22. CODE - Expression 2 - OPTIONAL.html
  • 23. Expression 3 - OPTIONAL.mp4
    01:12
  • 24. CODE - Expression 3 - OPTIONAL.html
  • 25. Loop Scope in JavaScript.mp4
    08:53
  • 26. CODE - Loop Scope in JavaScript.html
  • 1. Understanding For In in JavaScript.mp4
    04:22
  • 2. CODE -Understanding For In in JavaScript.html
  • 3. Example 1 - For In.mp4
    02:27
  • 4. CODE - Example 1 - For In.html
  • 5. Example 2 - For In.mp4
    03:14
  • 6. CODE - Example 2 - For In.html
  • 7. For In with Array.mp4
    02:32
  • 8. CODE - For In with Array.html
  • 9. For In with String.mp4
    01:39
  • 10. CODE - For In with String.html
  • 1. Understanding For Of in JavaScript.mp4
    03:09
  • 2. CODE -Understanding For Of in JavaScript.html
  • 3. Example 1 - For Of in JavaScript.mp4
    01:10
  • 4. CODE - Example 1 - For Of in JavaScript.html
  • 5. Example 2 - For Of in JavaScript.mp4
    02:34
  • 6. CODE - Example 2 - For Of in JavaScript.html
  • 7. Effect of const in For Of.mp4
    01:12
  • 8. CODE - Effect of const in For Of.html
  • 9. entries() Method with For Of.mp4
    02:02
  • 10. CODE - entries() Method with For Of.html
  • 1. Understanding Sets in JavaScript.mp4
    02:37
  • 2. Creating a new Set in JavaScript.mp4
    02:33
  • 3. CODE - Creating a new Set in JavaScript.html
  • 4. No Duplicates.mp4
    01:47
  • 5. Creating a new set - Second Method.mp4
    01:44
  • 6. CODE - Creating a new set - Second Method.html
  • 7. Creating a new set - Third Method.mp4
    01:47
  • 8. add() - no duplicate.mp4
    00:50
  • 9. CODE - add() - no duplicate.html
  • 10. Adding More Elements to a Set.mp4
    02:37
  • 11. CODE - Adding More Elements to a Set.html
  • 12. Set Method.mp4
    03:36
  • 13. values() Method.mp4
    00:52
  • 14. CODE - values() Method.html
  • 15. entries() Method.mp4
    00:51
  • 16. CODE - entries() Method.html
  • 17. forEach() Method.mp4
    01:35
  • 18. CODE - forEach() Method.html
  • 19. delete() Method.mp4
    01:10
  • 20. CODE - delete() Method.html
  • 21. has() Method.mp4
    00:27
  • 22. CODE - has() Method.html
  • 23. clear() Method.mp4
    00:54
  • 24. CODE - clear() Method.html
  • 25. size property.mp4
    00:49
  • 26. CODE - size property.html
  • 1. Understanding Map in JavaScript.mp4
    02:11
  • 2. Creating Maps in JavaScript.mp4
    06:26
  • 3. CODE - Creating Maps in JavaScript.html
  • 4. Example 1 - Map in JavaScript.mp4
    02:09
  • 5. CODE - Example 1 - Map in JavaScript.html
  • 6. Example 2 - Map in JavaScript.mp4
    01:57
  • 7. CODE - Example 2 - Map in JavaScript.html
  • 8. Accessing Elements of Maps in JavaScript.mp4
    01:37
  • 9. CODE - Accessing Elements of Maps in JavaScript.html
  • 10. Size Property with Map.mp4
    01:34
  • 11. CODE - Size Property with Map.html
  • 12. Deleting an Element of a Map.mp4
    01:06
  • 13. CODE - Deleting an Element of a Map.html
  • 14. has() Method with Map.mp4
    01:00
  • 15. CODE - has() Method.html
  • 16. entries() Method with Map.mp4
    02:20
  • 17. CODE - entries() Method with Map.html
  • 18. vales() Method with Map.mp4
    01:47
  • 19. CODE - vales() Method with Map.html
  • 20. forEach() Method with Map.mp4
    02:33
  • 21. CODE - forEach() Method with Map.html
  • 22. Example of Map with Arrow Function.mp4
    02:52
  • 23. CODE - Example of Map with Arrow Function.html
  • 1. Understanding Object De-structuring in JavaScript.mp4
    02:36
  • 2. CODE - Understanding Object De-structuring in JavaScript.html
  • 3. Using new variable names.mp4
    01:08
  • 4. CODE - Using new variable names.html
  • 5. Assigning Default Values to Variables.mp4
    01:50
  • 6. CODE - Assigning Default Values to Variables.html
  • 7. Example of Object De-structuring with For Of.mp4
    03:25
  • 8. CODE - Example of Object De-structuring with For Of.html
  • 1. Understanding While Loop in JavaScript.mp4
    03:05
  • 2. CODE - Understanding While Loop in JavaScript.html
  • 3. Example - While Loop in JavaScript.mp4
    06:42
  • 4. CODE - Example - While Loop in JavaScript.html
  • 5. Infinite Loop in While Loop.mp4
    02:24
  • 6. CODE - Infinite Loop in While Loop.html
  • 1. Understanding the Do While Loop in JavaScript.mp4
    03:00
  • 2. CODE - Understanding the Do While Loop in JavaScript.html
  • 3. Example - Do While Loop.mp4
    03:44
  • 4. CODE - Example - Do While Loop.html
  • 5. While Loop vs Do While Loop vs For Loop.mp4
    06:04
  • 6. CODE - While Loop vs Do While Loop vs For Loop.html
  • 7. Infinite Loop in While Loop.mp4
    01:18
  • 1. Understanding Switch Case Statement in JavaScript.mp4
    03:39
  • 2. Example 1 - Switch Case Statement in JavaScript.mp4
    03:57
  • 3. CODE - Example 1 - Switch Case Statement in JavaScript.html
  • 4. Example 2 - Switch Case Statement in JavaScript.mp4
    05:39
  • 5. CODE - Example 2 - Switch Case Statement in JavaScript.html
  • 6. CommonSame Block of Code.mp4
    02:58
  • 7. CODE - CommonSame Block of Code.html
  • 8. Default statement positioning.mp4
    00:58
  • 9. CODE - Default statement positioning.html
  • 1. toString() method in JavaScript.mp4
    01:11
  • 2. CODE - toString() method in JavaScript.html
  • 3. join() method in JavaScript.mp4
    01:52
  • 4. CODE - join() method in JavaScript.html
  • 5. pop() method in JavaScript.mp4
    01:37
  • 6. CODE - pop() method in JavaScript.html
  • 7. shift() method in JavaScript.mp4
    01:27
  • 8. CODE - shift() method in JavaScript.html
  • 9. push() method in JavaScript.mp4
    01:45
  • 10. CODE - push() method in JavaScript.html
  • 11. unshift() method in JavaScript.mp4
    01:18
  • 12. CODE - unshift() method in JavaScript.html
  • 13. concat Method in JavaScript.mp4
    02:02
  • 14. CODE - concat Method in JavaScript.html
  • 15. Merging more than two arrays.mp4
    01:10
  • 16. CODE - Merging more than two arrays.html
  • 17. Adding an Element to an Array.mp4
    01:01
  • 18. CODE - Adding an Element to an Array.html
  • 19. slice() method in JavaScript.mp4
    03:13
  • 20. CODE - slice() method in JavaScript.html
  • 21. More on slice() Method.mp4
    03:24
  • 22. CODE - More on slice() Method.html
  • 23. delete and splice() method in JavaScript.mp4
    06:56
  • 24. CODE - delete and splice() method in JavaScript.html
  • 1. Generator in JavaScript.mp4
    03:33
  • 2. CODE - Generator in JavaScript.html
  • 3. Exercise 1 with Solution - Generator.mp4
    03:08
  • 4. CODE - Exercise 1 with Solution - Generator.html
  • 5. Generator with For Of.mp4
    01:13
  • 6. CODE - Generator with For Of.html
  • 7. Exercise 2 with Solution - Generator.mp4
    03:14
  • 8. CODE - Exercise 2 with Solution - Generator.html
  • 1. Understanding Class in JavaScript.mp4
    10:31
  • 2. CODE - Understanding Class in JavaScript.html
  • 3. Using a Class.mp4
    06:23
  • 4. CODE - Using a Class.html
  • 5. Methods in Classes.mp4
    05:32
  • 6. CODE - Methods in Classes.html
  • 7. Class Expression.mp4
    05:24
  • 8. CODE - Class Expression.html
  • 9. InstanceOf.mp4
    01:58
  • 10. CODE - InstanceOf.html
  • 11. Error - without new keyword.mp4
    00:45
  • 12. Hoisting with Class or Object.mp4
    01:33
  • 13. Static Method.mp4
    02:14
  • 14. CODE - Static Method.html
  • 1. Understanding Class Inheritance in JavaScript.mp4
    05:52
  • 2. CODE - Understanding Class Inheritance in JavaScript.html
  • 3. Understanding Super in JavaScript.mp4
    07:08
  • 4. CODE - Understanding Super in JavaScript.html
  • 5. Super with Method.mp4
    04:21
  • 6. CODE - Super with Method.html
  • 1. Asynchronous and Callbacks in JavaScript.mp4
    08:15
  • 2. setTimeOut() with callback.mp4
    05:24
  • 3. CODE - setTimeOut() with callback.html
  • 4. Promise in JavaScript.mp4
    08:07
  • 5. Promise Syntax.mp4
    01:43
  • 6. Promise by Example.mp4
    05:26
  • 7. CODE - Promise by Example.html
  • 8. .then() method in JavaScript.mp4
    08:20
  • 9. CODE - .then() method in JavaScript.html
  • 10. .catch() method in JavaScript.mp4
    08:20
  • 11. CODE - .catch() method in JavaScript.html
  • 12. Async and Await in JavaScript.mp4
    02:40
  • 13. CODE - Async and Await in JavaScript.html
  • 14. Example - Async in JavaScript.mp4
    02:05
  • 15. CODE - Example - Async in JavaScript.html
  • 16. Example - Await in JavaScript.mp4
    02:35
  • 17. CODE - Example - Await in JavaScript.html
  • 1. Understanding call() method in JavaScript.mp4
    03:41
  • 2. CODE - Understanding call() method in JavaScript.html
  • 3. Call with arguments.mp4
    00:44
  • 4. Understanding apply() method in JavaScript.mp4
    06:36
  • 5. CODE - Understanding apply() method in JavaScript.html
  • 6. apply() method with Min and Max methods for Arrays.mp4
    02:28
  • 7. CODE - apply() method with Min and Max methods for Arrays.html
  • 8. Understanding bind() method in JavaScript.mp4
    03:46
  • 9. CODE - Understanding bind() method in JavaScript.html
  • 1. Understanding Regular Expression, Pattern and Modifiers in JavaScript.mp4
    06:36
  • 2. search() method in JavaScript.mp4
    04:52
  • 3. CODE - search() method in JavaScript.html
  • 4. Group and Ranges in JavaScript.mp4
    08:48
  • 5. CODE - Group and Ranges in JavaScript.html
  • 6. replace() method in JavaScript.mp4
    02:22
  • 7. CODE - replace() method in JavaScript.html
  • 8. match() method in JavaScript.mp4
    03:48
  • 9. CODE - match() method in JavaScript.html
  • 10. MetaCharacters in JavaScript.mp4
    12:14
  • 11. CODE - MetaCharacters in JavaScript.html
  • 12. test() method in JavaScript.mp4
    02:02
  • 13. CODE - test() method in JavaScript.html
  • 14. Two Ways of Creating Patterns.mp4
    03:29
  • 15. CODE - Two Ways of Creating Patterns.html
  • 16. exec() method in JavaScript.mp4
    02:02
  • 17. CODE - exec() method in JavaScript.html
  • 18. Quantifiers - Part I.mp4
    08:18
  • 19. CODE - Quantifiers - Part I.html
  • 20. Quantifiers - Part II.mp4
    06:40
  • 21. CODE - Quantifiers - Part II.html
  • 22. Quantifiers - Part III.mp4
    04:22
  • 23. CODE - Quantifiers - Part III.html
  • 24. Anchors.mp4
    02:17
  • 25. CODE - Anchors.html
  • 1. Introduction to Math Object in JavaScript.mp4
    02:05
  • 2. Math Object properties in JavaScript.mp4
    02:38
  • 3. CODE - Math Object properties in JavaScript.html
  • 4. Important Math Methods.mp4
    01:18
  • 5. Math.round() Method in JavaScript.mp4
    07:59
  • 6. CODE - Math.round() Method in JavaScript.html
  • 7. Math.ceil() and Math.floor() Methods in JavaScript.mp4
    05:25
  • 8. CODE - Math.ceil() and Math.floor() Methods in JavaScript.html
  • 9. Math.trunc() Method in JavaScript.mp4
    01:05
  • 10. CODE - Math.trunc() Method in JavaScript.html
  • 11. Math.sign() Method in JavaScript.mp4
    01:37
  • 12. CODE - Math.sign() Method in JavaScript.html
  • 13. Other Math Methods.mp4
    02:41
  • 14. CODE - Other Math Methods.html
  • 15. Math.random() Method in JavaScript.mp4
    03:48
  • 16. CODE - Math.random() Method in JavaScript.html
  • 1. Understanding Date Object in javaScript.mp4
    02:28
  • 2. new Date() in JavaScript.mp4
    01:44
  • 3. new Date() with milliseconds.mp4
    03:57
  • 4. new Date() with Date String.mp4
    01:52
  • 5. new Date() with ISO Date.mp4
    01:23
  • 6. Short and Long Date Formats.mp4
    03:43
  • 7. CODE - Short and Long Date Formats.html
  • 8. More on new Date().mp4
    02:50
  • 9. CODE - More on new Date().html
  • 10. How to Format Dates.mp4
    04:31
  • 11. CODE - How to Format Dates.html
  • 1. Understanding the sort() method on Arrays.mp4
    01:30
  • 2. CODE - Understanding the sort() method on Arrays.html
  • 3. Compare Function in JavaScript.mp4
    06:16
  • 4. CODE - Compare Function in JavaScript.html
  • 5. Sort() with Compare Functions for numbers.mp4
    04:15
  • 6. CODE - Sort() with Compare Functions for numbers.html
  • 7. Sort() with Compare Functions for objects I.mp4
    02:52
  • 8. CODE - Sort() with Compare Functions for objects I.html
  • 9. Sort() with Compare Functions for objects II.mp4
    03:52
  • 10. CODE - Sort() with Compare Functions for objects II.html
  • 1. Understanding Array Filter in JavaScript.mp4
    03:29
  • 2. CODE - Understanding Array Filter in JavaScript.html
  • 3. Filter with Array of Object by Example.mp4
    03:37
  • 4. CODE - Filter with Array of Object by Example.html
  • 5. Filter with Array of Number by Example.mp4
    02:04
  • 6. CODE - Filter with Array of Number by Example.html
  • 1. Understanding Array Mapping.mp4
    03:30
  • 2. CODE - Understanding Array Mapping.html
  • 3. Using for Loop in place of Map.mp4
    03:02
  • 4. CODE - Using for Loop in place of Map.html
  • 5. Map on Object.mp4
    04:42
  • 6. CODE - Map on Object.html
  • Description


    Modern JavaScript course for everyone! Learn with project, exercises and solutions! A must have JS Course

    What You'll Learn?


    • Understanding the foundation, the fundamental and advanced concepts in Modern JavaScript
    • Learn and become a sought-after confident modern JavaScript developer
    • Understand how to write solid JavaScript Code
    • Understand the WHY, HOW and WHAT in JavaScript Code
    • Learn and apply the best practices while programming in JavaScript
    • Learn how to spot errors in other people's code, avoid their common mistakes
    • Become job-ready by understanding how JavaScript really works behind the scenes
    • Learn JavaScript from Zero to Advance
    • Learn complex concepts in easy way
    • Get fast and friendly support in the Q&A area

    Who is this for?


  • Anyone who want to use JavaScript
  • Anyone who want to understand the in and out of JavaScript and apply it
  • New and Existing developers who want to solidify their knowledge of JavaScript
  • More details


    Description

    FIRST, WHAT IS JAVASCRIPT?

    JavaScript is one of the most popular programming languages. Although primarily known as a scripting language for web pages, it has many other uses. Like any programming language, it can be used for various tasks and offers even more possibilities as a scripting language. You can use JavaScript for webpage front-end development as a developer, back-end development, mobile development, game development, desktop applications, real-time networking apps, command-line tools, browser add-ons, and many more.


    WHY SHOULD YOU LEARN JAVASCRIPT?

    • It is the most popular programming language

    • If you want to become a front-end, back-end, full-stack, or game developer, just name it.

    • The average annual salary for a JavaScript developer is $84,000.

    • Top companies like Google, Facebook, Netflix, PayPal, Uber, eBay, and Microsoft run their applications around JavaScript.

    • A solid knowledge of JavaScript will change your career for good!


    WHY THIS COURSE?


    • This is a JavaScript course Made Easy From The Beginning to Advanced

    • No fluff or unnecessary repetition - don't waste your time on long courses

    • Clear, concise, and practical training - start coding right away. No room for story-telling

    • If you are tired of boring, disconnected, and outdated tutorials on JavaScript, this course is for you

    • Learn how to think like an expert develop and spot errors easily

    • Up-to-date HD-quality videos

    • Access to all the codes used in the course

    • Free support in the course Q&A

    • You will learn from an Expert who loves teaching

    • Coding examples, exercises, and solutions

    • A detailed explanation of concepts, codes, and challenges on the board followed by labs

    • Learn at your own pace - take your time if required

    • Beginner  and Advanced JavaScript Covered

    • Certificate of completion to present to your current or future employer

    • Unlimited access - watch the course as many times as you wish



    WHAT OTHER STUDENTS SAID ABOUT THIS METHOD OF TEACHING:

    "I like the way Donatus explains the concept on a white board, very concise." - Gandhi Sakyi

    "Great course. I enjoyed the mixed methods of using the board to explain first and showing the practicality...!" - Richard Benson


    NO PRIOR KNOWLEDGE NEEDED

    I will teach you from zero, from very basic to advanced JavaScript programming. So you don't need any prior knowledge to take this course with me.


    WHAT ARE YOU WAITING FOR?

    Are you ready to learn JAVASCRIPT in a way you can't easily forget?

    What are you waiting for? Click the enroll button now and come onboard with me as I move you from zero to hero in JavaScript Programming. With the 30-day money-back guaranteed by Udemy, you have nothing to lose!


    Who this course is for:

    • Anyone who want to use JavaScript
    • Anyone who want to understand the in and out of JavaScript and apply it
    • New and Existing developers who want to solidify their knowledge of JavaScript

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Donatus Obomighie | PhD, MSc, PMP
    Donatus Obomighie | PhD, MSc, PMP
    Instructor's Courses
    Donatus holds a first degree in Electrical Engineering with first class, MSc in Computer Science, Ph.D. in Management, and more than fifteen (15) industrial certificates.  For over two decades, Don has worked as Process Engineer, Network Architect, Project Manager, and Data Scientist in Banking, Oil & Gas, and IT industries.With several years of experience in teaching, Donatus has empowered many IT professionals in the area of Network Engineering, Programming, Data Science, and Machine learning both offline and online. He provides training on data science and related courses to individual and corporate clients. Many students who graduated from his classes end up gaining full-time employment.  He had also taught in India, Singapore, and Malaysia. He understands what makes students enjoy lectures and what makes them assimilate with ease.His recent focus is to bring you the best training in Database, Data Science, Machine Learning, and related courses.Do you have an interest in learning with a lot of practice?Join him right away!Industrial Certificates:1 - Project Management Professional (PMP) – Above Target2 - Neo4j Certified Professional3 - Check Point Certified Security Expert (CCSE)4 - Check Point Certified Security Administrator (CCSA)5 - Cisco Certified Network Professional (CCNP)6 - Cisco Certified Network Associate (CCNA)7 - Cisco Certified Design Professional (CCDP)8 - Cisco Certified Design Associate (CCDA)9 - Cisco Certified Network Professional Voice (CCNPv)10 - Cisco Certified Network Associate Voice (CCNAv)11 - Cisco Advanced Wireless Field Specialist12 - Certified Wireless Security Professional (CWSP)13 - Certified Wireless Network Administrator (CWNA)14 - Juniper Networks Certified Internet Specialist (JNCIS) 15 - CompTia Security+ Certified Professional16 - NEBOSH International General Certificate (NEBOSH)17 - BS OHSAS Internal Auditor Certificate (OHSAS 18001:2007)18 - IOSH Managing Safely (IOSH)19 - IOSH Working Safely (IOSH)
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 273
    • duration 15:32:17
    • Release Date 2023/01/24

    Courses related to JavaScript