|
1 |
| -# ProgrammingBasicsJavaScript |
2 |
| - Tasks from my course Programming Basics with JavaScript at SoftUni |
| 1 | +# Programming Basics with JavaScript |
| 2 | +Coding exercises and projects from my education at www.softuni.bg |
| 3 | +<br> |
| 4 | +All of the solutions have passed 100/100 - you can check them here: https://judge.softuni.org/Contests/#!/List/ByCategory/247/JS-Basics |
| 5 | +<br> |
| 6 | + |
| 7 | +<b>Course Curriculum: Programming Basics with JavaScript</b> |
| 8 | + |
| 9 | +First Steps In Coding: In this introductory module, I covered the basics of programming using JavaScript. I learned about fundamental concepts, syntax, and the structure of JavaScript programs. |
| 10 | + |
| 11 | +Conditional Statements: During this module, I delved into conditional statements in JavaScript. I learned how to use if-else statements to make decisions in my code. I also gained knowledge on handling multiple conditions using logical operators and writing code that dynamically responds to user input or specific criteria. |
| 12 | + |
| 13 | +Conditional Statements Advanced: Building upon the basics, I explored advanced conditional statements in JavaScript. I mastered concepts such as nested if-else statements, switch statements, and the ternary operator. These advanced techniques equipped me to handle complex decision-making scenarios in my JavaScript programs effectively. |
| 14 | + |
| 15 | +For-Loop: In this module, I focused on the usage of loops in JavaScript. I gained proficiency in utilizing for-loops to repeat code a specific number of times, and solve problems that require repetitive actions. |
| 16 | + |
| 17 | +While-Loop: During the while-loop module, I learned about creating loops that execute as long as a specific condition remains true. I learned how to use while-loops effectively in JavaScript programs, especially for scenarios that involve continuous repetition until a certain condition is met. |
| 18 | + |
| 19 | +Nested Loops: The nested loops module introduced the concept of having one loop inside another in JavaScript. During the course, I learned how to work with nested loops to perform operations on each element of basic data structures. I gained proficiency in utilizing nested loops to solve various coding problems that involve repetitive actions and iteration. |
| 20 | + |
| 21 | +By completing the "Programming Basics with JavaScript" course, I have acquired the basics in JavaScript programming. I am now equipped with knowledge of JavaScript syntax, conditional statements, loop constructs, and problem-solving techniques using JavaScript. |
| 22 | +# Certificate |
| 23 | +<a href="https://softuni.bg/certificates/details/170528/f8553fdd" rel="nofollow"><img src="https://user-images.githubusercontent.com/101351760/234004462-4e3fb921-96db-4ffa-ae35-cceb007004fe.png" alt="Programming Basics with JavaScript"></a> |
0 commit comments