Introduction to JavaScript for Beginners course. In this course, we will introduce the Javascript language and learn the basic structures.
Javascript programming language, which is used in many areas from web applications to mobile applications, database systems, and server-side systems (such as NodeJS), is undoubtedly one of the world's most popular software technologies.
What is the role of the Javascript language in the web world?
The importance of Javascript language, which has been an essential part of the web world since the mid-90s, has increased even more after the mid-2000s.
Thanks to the Javascript language, many business logic has become applicable in browsers. Websites have become more interactive with the help of frameworks and libraries such as React, Angular, Vue, etc.
Let's start the Javascript for Beginners course by clicking the start course button.
1. Introduction
2. Hello Javascript
3. Variables Part-1
4. Variables Part-2
5. Conditions
6. Loops
7. Functions Part-1
8. Functions Part-2
9. Object
10. Array Part-1
11. Array Part-2