-
Урок 1. 00:01:59Introduction to the Course
-
Урок 2. 00:02:00Where are the projects?
-
Урок 3. 00:03:41Environment Setup
-
Урок 4. 00:03:09Visual Studio Code
-
Урок 5. 00:01:57Visual Studio Code Extensions
-
Урок 6. 00:03:54Our Workflow
-
Урок 7. 00:04:34Variables Intro
-
Урок 8. 00:07:12Variables
-
Урок 9. 00:01:53Data Types
-
Урок 10. 00:05:13Comments
-
Урок 11. 00:07:11Strings
-
Урок 12. 00:05:01Numbers
-
Урок 13. 00:04:10Booleans
-
Урок 14. 00:04:49Null and Undefined
-
Урок 15. 00:05:12Objects
-
Урок 16. 00:03:23Statically vs Dynamically Typed Languages
-
Урок 17. 00:01:01Operators Intro
-
Урок 18. 00:08:00Arithmetic Operators
-
Урок 19. 00:07:06Comparison Operators and Equality
-
Урок 20. 00:08:53Strict vs Loose Equality
-
Урок 21. 00:04:50Logical Operators Part 1
-
Урок 22. 00:02:59Assignment Operators
-
Урок 23. 00:00:41Intro to Logic and Control Flow Intro
-
Урок 24. 00:05:14If Statement
-
Урок 25. 00:09:23Truthy & Falsy Values
-
Урок 26. 00:12:06Logical Operators Part 2
-
Урок 27. 00:07:35Switch Statement
-
Урок 28. 00:04:24Ternary Operator
-
Урок 29. 00:10:08Looping - While and For Loops
-
Урок 30. 00:09:20Functions Intro
-
Урок 31. 00:06:52Declaring and Invoking Functions
-
Урок 32. 00:04:12Function Return
-
Урок 33. 00:06:31Arrow Functions
-
Урок 34. 00:06:08Parameters vs Arguments
-
Урок 35. 00:00:48Tricky Parts Intro
-
Урок 36. 00:13:41Scope
-
Урок 37. 00:08:30Hoisting
-
Урок 38. 00:10:03Closures
-
Урок 39. 00:07:46Strings Intro
-
Урок 40. 00:03:56String Length and Basic Properties
-
Урок 41. 00:02:52Change String Case
-
Урок 42. 00:09:09Searching for a Substring
-
Урок 43. 00:02:30Getting a Substring
-
Урок 44. 00:03:03Split a String
-
Урок 45. 00:05:17Reverse, Repeat and Trim a String
-
Урок 46. 00:03:17String Exercise
-
Урок 47. 00:04:25String Exercise Solution
-
Урок 48. 00:07:10Arrays Intro
-
Урок 49. 00:13:48Array Methods
-
Урок 50. 00:08:40Array ForEach
-
Урок 51. 00:04:31Array Map
-
Урок 52. 00:11:15Array Filter
-
Урок 53. 00:04:19Array Find
-
Урок 54. 00:06:27Array Includes
-
Урок 55. 00:05:43Array Sort
-
Урок 56. 00:04:21Array Some and Every
-
Урок 57. 00:09:28Array Reduce
-
Урок 58. 00:05:31Objects Intro
-
Урок 59. 00:06:49Accessing, Adding and Updating Properties of an Object
-
Урок 60. 00:04:56Built in Methods
-
Урок 61. 00:09:27Methods
-
Урок 62. 00:06:40Value vs Reference Intro
-
Урок 63. 00:04:21Value vs Reference Explanation
-
Урок 64. 00:08:19Shallow Cloning
-
Урок 65. 00:06:50Deep Cloning
-
Урок 66. 00:03:34Intro to DOM
-
Урок 67. 00:06:57Selecting Elements
-
Урок 68. 00:06:55Elements Properties and Methods
-
Урок 69. 00:05:16Working with Classes
-
Урок 70. 00:06:42Creating, Traversing and Removing Nodes
-
Урок 71. 00:07:52The "new" Keyword
-
Урок 72. 00:08:25The "this" Keyword
-
Урок 73. 00:08:27Classes
-
Урок 74. 00:06:12Intervals and Timers
-
Урок 75. 00:06:24Introduction to Asynchronous JavaScript
-
Урок 76. 00:08:26Callbacks
-
Урок 77. 00:09:03"Callback Hell"
-
Урок 78. 00:10:12Promises
-
Урок 79. 00:08:47Async/Await
-
Урок 80. 00:09:28Modern JavaScript Intro & Recap
-
Урок 81. 00:07:31Module Imports and Exports
-
Урок 82. 00:06:47Rest and Spread Operators
-
Урок 83. 00:09:14Object and Array Destructuring
- Категории
- Источники
- Все курсы
- Разделы
- Книги
What courses would you suggest to master Javascript and React ( If you work on it ).
- the course is good for beginers
- the course material is good till advance stuff (async, promises)
- advance material is confusing and not explained well. I am senior developer and looking with a beginner mindset these explanations do more harm than good (he should at least explain the event loop and how the examples fit together)
- there were quite few times that he said you don't need to know this . I think he should ommit or explain the examples because he promisses that you will be js master at the end of this 129$ course.
- this course lacks the exercises and I believe that anyone that is just starting with web development will not become js expert (which is promised by the author).
the course is good tho. it explains really well! and covers parts which not most of the other courses do.