.png)
Javascript Introduction
Javascript Introduction
Why Javascript needed ?
JavaScript is one of the 3 languages all web developers must learn:
- HTML to define the content of web pages.
- CSS to specify the layout of web pages
- JavaScript to program the behavior of web pages.
What is Javascript ?
- JavaScript is the <b>Programming Language</b> for the Web.
- JavaScript can update and change both <b>HTML</b> and <b>CSS.</b>
- JavaScript can <b>calculate</b>, <b>manipulate</b> and <b>validate</b> data.
Few years ago, Javascript was used as only client side programming language to handle task on client side for web pages. Now-a-days , JavaScript also used in backend programming (Example : NodeJS).