Files
Web-Dev-For-Beginners/2-js-basics/translations/README.ru.md
Sushant Srivastav 4faacd3f04 Updated the correct URLs
The URL contained in the direct links no longer reloads the page to the page site but instead points to the main URL.
2022-10-27 01:27:35 +05:30

15 lines
803 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Введение в JavaScript
JavaScript это язык веб-программирования. В этих четырёх уроках вы изучите его основы.
### Уроки
1. [Переменные и типы данных](../1-data-types/README.md)
2. [Функции и методы](../2-functions-methods/README.md)
3. [Принятие решений с помощью JavaScript](../3-making-decisions/README.md)
4. [Массивы и циклы](../4-arrays-loops/README.md)
### Благодарность
Эти уроки были ♥️ созданы [Жасмин Гринуэй](https://twitter.com/paladique), [Кристофером Харрисоном](https://twitter.com/geektrainer) и [Крисом Норингом](https://twitter.com/chris_noring).