📜 ⬆️ ⬇️

JavaScript video course in Russian

Hello, Habr!

I present to you my course on JavaScript, recently held at Hexlet . The course consists of seven lectures with a total duration of about four hours.


')
First lecture: Introduction to JavaScript, a bit of history, numbers (there is an error: the toFixed function rounds the values).



The rest is under the cut.

Lecture 2: Strings and objects. Prototypes of objects and property chains. A small introduction to inheritance.



Lecture 3: The most important parts of JavaScript: functions and closures.



The fourth lecture: Inheritance of properties and constructors in JavaScript.



The fifth lecture: Arrays and work with arrays.



Lecture six: Regular expressions.



Seventh lecture: Comparison of variables and objects, var, eval and conclusion.



PS Let me remind you that the Hekslet project exists thanks to donations from users. You can support the project in any way you like on this page . Well, simple informational support (tell your friends, share it in social networks, etc.) will help us a lot. Thank you very much!

Knowledge should be free!

Source: https://habr.com/ru/post/205902/


All Articles