JavaScript:
- JavaScript is the programming language of HTML and the Web.
- JavaScript is easy to learn.
JavaScript is most commonly used as a client side scripting language.
why Study JavaScript?
JavaScript is one of the 3 languages all web developers must learn:
why Study JavaScript?
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
JavaScript and Java are completely different languages, both in concept and design.
what can we do with the JavaScript?
You can do anything with the help of JavaScript. Cant Believe!
Come Lets get Started.
Here in My Blog Learning should be made in much easier way so we will start with some interesting and mind blowing examples of
- JavaScript Can Change HTML Content.
- JavaScript Can Change HTML Attributes.
- JavaScript Can Change HTML Styles (CSS).
- JavaScript Can Hide HTML Elements.
- JavaScript Can Show HTML Elements.
Here in My Blog Learning should be made in much easier way so we will start with some interesting and mind blowing examples of
What MAGIC the JavaScript Can do?
Don't go Crazy Guys!
It Just an simple beginning to JavaScript!
Lot More can be done with the JavaScript!
Check this space for more.
To explore more.
Thanks and Regards,
Tech Bird
It Just an simple beginning to JavaScript!
Lot More can be done with the JavaScript!
Check this space for more.
To explore more.
Uses of JavaScript:
The main use of Javascript is that it allows you to make things happen in the user's browser without sending messages back and forth to the server. There are a variety of reasons why you might want to do this.
For example, sending a message to the server and getting a reply is a relatively long process: it is almost always a noticeably time lag, and can take many seconds. Doing something directly in the browser can be much faster. So if, for example, you want to give the user an "invalid data" message of some sort, it can be much faster if it comes from Javascript.
The main use of Javascript is that it allows you to make things happen in the user's browser without sending messages back and forth to the server. There are a variety of reasons why you might want to do this.
For example, sending a message to the server and getting a reply is a relatively long process: it is almost always a noticeably time lag, and can take many seconds. Doing something directly in the browser can be much faster. So if, for example, you want to give the user an "invalid data" message of some sort, it can be much faster if it comes from Javascript.
Thanks and Regards,
Tech Bird
Comments