From ad2427cf486e79f9f72fa47cf2dc0bc5cf56573c Mon Sep 17 00:00:00 2001 From: Artem Shoiko Date: Sun, 31 Oct 2021 17:49:28 +0200 Subject: [PATCH] Add Ukrainian translation for 2-js-basics/README.md --- 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..3ee12d3c --- /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