From 25cd2c67e5dcb1f06288be8545382b573032b498 Mon Sep 17 00:00:00 2001 From: Art-auto <30954131+Art-auto@users.noreply.github.com> Date: Sun, 31 Oct 2021 19:50:05 +0200 Subject: [PATCH] Add Ukrainian translation for 2-js-basics/README.md (#492) * Add Ukrainian translation for 2-js-basics/README.md * Update paths --- 2-js-basics/translations/README.uk.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 2-js-basics/translations/README.uk.md diff --git a/2-js-basics/translations/README.uk.md b/2-js-basics/translations/README.uk.md new file mode 100644 index 00000000..9580f0a7 --- /dev/null +++ b/2-js-basics/translations/README.uk.md @@ -0,0 +1,14 @@ +# Вступ до 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) + +### Титри + +Ці уроки були написані з ♥️ від [Jasmine Greenaway](https://twitter.com/paladique), [Christopher Harrison](https://twitter.com/geektrainer) та [Chris Noring](https://twitter.com/chris_noring) \ No newline at end of file