Javascript For Beginners

ebook Your Guide For Learning Javascript Programming in 24 Hours

By John Maldonado

cover image of Javascript For Beginners

Sign up to save your library

With an OverDrive account, you can save your favorite libraries for at-a-glance information about availability. Find out more about OverDrive accounts.

   Not today

Find this title in Libby, the library reading app by OverDrive.

Download Libby on the App Store Download Libby on Google Play

Search for a digital library with this title

Title found at these libraries:

Library Name Distance
Loading...

Welcome to the Wonderful World of JavaScript

If you have experience with web programming particularly working with HTML, then the next step is to learn JavaScript. With the use of scripts, you can give your web pages an added punch. You will also make your web pages a lot more flexible and interactive.
You will also transform static HTML web pages allowing them to validate any user input. You will also learn how to adapt your code across several different web browsers. Eventually as you learn the ropes of this programming language you will also know how to integrate other related technologies such as ActiveX components, Java applets, plugins, and others.


But what is JavaScript?
JavaScript (we'll call it JS for short) is one of the many dynamic programming languages that you can find today. It is lightweight – which means it doesn't require a lot of resources to get it running in your computer. The scripts that you write with this programming language will become one of the most common parts of many web pages.
Another thing that you should know is that it is an interpreted computer programming language. That means the code that you will write won't need to be "translated" or compiled into machine code by a compiler. In other words, it doesn't need to be converted from human readable code to machine language.

Javascript For Beginners