Skip to content

Commit 6d06632

Browse files
2 parents 984fec2 + f1c4d77 commit 6d06632

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ All of the solutions have passed 100/100 - you can check them here: <a href="htt
66

77
<b>Course Curriculum: Programming Basics with JavaScript</b>
88

9-
**<ins>First Steps In Coding</ins>**: In this introductory module, I covered the basics of programming using JavaScript. I learned about fundamental concepts, syntax, and the structure of JavaScript programs.
9+
**[First Steps In Coding](https://github.com/trayanaboykova/Programming-Basics-JavaScript/tree/main/01-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.
1010

11-
**<ins>Conditional Statements</ins>**: 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.
11+
**[Conditional Statements](https://github.com/trayanaboykova/Programming-Basics-JavaScript/tree/main/02-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.
1212

13-
**<ins>Conditional Statements Advanced</ins>**: 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.
13+
**[Conditional Statements Advanced](https://github.com/trayanaboykova/Programming-Basics-JavaScript/tree/main/03-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.
1414

15-
**<ins>For-Loop</ins>**: 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.
15+
**[For-Loop](https://github.com/trayanaboykova/Programming-Basics-JavaScript/tree/main/04-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.
1616

17-
**<ins>While-Loop</ins>**: 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.
17+
**[While-Loop](https://github.com/trayanaboykova/Programming-Basics-JavaScript/tree/main/05-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.
1818

19-
**<ins>Nested Loops</ins>**: 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.
19+
**[Nested Loops](https://github.com/trayanaboykova/Programming-Basics-JavaScript/tree/main/06-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.
2020

2121
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.
2222
# Certificate

0 commit comments

Comments
 (0)