JavaScript Tutorial - #1 Intro to JavaScript

Опубликовано: 30 Январь 2025
на канале: Active Developer
20
1

JavaScript is programming language that allows to implement complex features on web pages, and also create dynamic pages.

What is JavaScript used for?

1. On first place we use java script to adding interactive behaviour to web pages, for example show or hide information with click of the button or let say display animations .

2. Creating web and mobile apps, and for that developers use different frameworks like react, angular etc.

3. Also we can use JavaScript to build simple web servers using Node.js


There are many benefits of using java script:

JavaScript is only programming language native to web browser
JavaScript is most popular language
JavaScript is also very interesting and fun to learn