diff --git a/2-ui/1-document/index.md b/2-ui/1-document/index.md index 1b60cdf2c..5377e865c 100644 --- a/2-ui/1-document/index.md +++ b/2-ui/1-document/index.md @@ -1,3 +1,3 @@ -# Document +# Документ -Here we'll learn to manipulate a web-page using JavaScript. +Тут ми навчимося маніпулювати веб-сторінкою за допомогою JavaScript. diff --git a/2-ui/2-events/index.md b/2-ui/2-events/index.md index f4996083c..c067be077 100644 --- a/2-ui/2-events/index.md +++ b/2-ui/2-events/index.md @@ -1,3 +1,3 @@ -# Introduction to Events +# Вступ до подій -An introduction to browser events, event properties and handling patterns. +Вступ до подій браузера, їх властивостей і шаблонів обробки. diff --git a/2-ui/3-event-details/index.md b/2-ui/3-event-details/index.md index 569f08137..bd9b5d267 100644 --- a/2-ui/3-event-details/index.md +++ b/2-ui/3-event-details/index.md @@ -1,3 +1,3 @@ -# UI Events +# Події інтерфейсу -Here we cover most important user interface events and how to work with them. +Тут ми розповідаємо про найважливіші події інтерфейсу, та як з ними працювати. diff --git a/2-ui/4-forms-controls/index.md b/2-ui/4-forms-controls/index.md index 726474b19..592c6d308 100644 --- a/2-ui/4-forms-controls/index.md +++ b/2-ui/4-forms-controls/index.md @@ -1,3 +1,3 @@ -# Forms, controls +# Форми та інтерактивні елементи -Special properties and events for forms `