Skip to content

Commit 69e4ede

Browse files
committed
Fix small issues
1 parent 52cf550 commit 69e4ede

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

chapter-00-preface.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Preface
22

3-
"**Programming Basics**" is the official that introduces readers to writing **programming code** at a beginner's level (basic coding skills), working with the **development environment** (IDE), using **variables** and data, **operators** and **expressions**, working with the **console** (reading input data and printing output), usage of **conditional statements** (**`if`**, **`if-else`**, **`switch-case`**), **loops** (**`for`**, **`while`**, **`do-while`**) and working with **functions** (declaring and calling functions, passing parameters, and returning values). The book uses **JavaScript** programming language and **Visual Studio Code** development environment. The covered training material provides basic preparation for a deeper study of programming and prepares readers for the entrance exam in SoftUni.
3+
"**Programming Basics with JavaScript**" is the official book that introduces readers to writing **programming code** at a beginner's level (basic coding skills), working with the **development environment** (IDE), using **variables** and data, **operators** and **expressions**, working with the **console** (reading input data and printing output), usage of **conditional statements** (**`if`**, **`if-else`**, **`switch-case`**), **loops** (**`for`**, **`while`**, **`do-while`**) and working with **functions** (declaring and calling functions, passing parameters, and returning values). The book uses **JavaScript** programming language and **Visual Studio Code** development environment. The covered training material provides basic preparation for a deeper study of programming and prepares readers for the entrance exam in SoftUni.
44

55
<table><tr><td><img src="/assets/alert-icon.png" style="max-width:50px" /></td>
66
<td>This book only gives you <b>the first steps to programming</b>. It covers very basic skills that you must develop for years, to reach a high enough level and start working as a programmer.</td>
@@ -230,12 +230,6 @@ Due to a large number of students in this textbook, in the forum, you can find a
230230

231231
If you still have a specific question, such as why a program doesn't run, that you've been stuck with for a few hours, **ask it in the forum** and you'll get an answer. You will be surprised how well-intentioned and responsive the users of the SoftUni’s Forum are.
232232

233-
## Official Reddit Channel
234-
235-
The book has an **official Reddit channel** where you can ask questions about the exercises in each chapter.
236-
237-
<p align="center"><strong><a href="https://www.reddit.com/r/softuni/">https://www.reddit.com/r/softuni/</a></strong></p>
238-
239233
## License and Distribution
240234

241235
The book is distributed **for free** in electronic format under an open CC-BY-NC-SA license **[CC-BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/)**.

0 commit comments

Comments
 (0)