What is JavaScript?
This is a scripting language. It is a language for the web, server, Personal computers, Laptops, Tablets, Phones, etc.It is used to add interactivity to HTML pages that is giving the pages some level of dynamism.
A scripting language is a lightweight programming language. It can be inserted into HTML pages and it is an interpreted language (that is scripts execute without preliminary compilation).
JavaScripts can be place in the head or body section of HTML document. Nevertheless, it is a common practice to put Javascripts in the head section, or at the bottom of a web page such that they are all in one place and do not interfere with page content.
Getting Started With JavaScript
The first step in learning JavaScript is to know that it is a client side scripting language used to give dynamic features to static web pages.You will then have to know tools you need to be able to work on
JavaScript. These tools are: Web editor and a web browser.
You also need to know JavaScript output methods and variable rules.
What You can Do with JavaScript
With a good know-how of JavaScriptprogramming language, you can do the following effectively on your own.
- Make your web pages interactive with users.
- Provide clients with useful feedback.
- Create web base applications
- Create animation.
- Customize website page appearance.
- Examine or change HTML form data.
- Improve the navigation of your website.
You may like to check out my JavaScript book on Amazon, Barnes & Noble, Kobo, Apple or any other of your favorite eBook store.
Amazon US
Amazon UK
No comments:
Post a Comment