answersLogoWhite

0

How does javascript work?

Updated: 8/10/2023
User Avatar

Wiki User

13y ago

Best Answer

JavaScript is what is called a Client-side Scripting Language. That means that it is a computer programming language that runs inside an internet browser (a browser is also known as a Web client because it connects to a Web server to download pages).

Inside a normal web page you place a JavaScript code inside. When the browser loads the page, the browser has a built-in interpreter that reads the JavaScript code it finds in the page and runs it.

Web page designers use JavaScript in many different ways. One of the most common is to do field validation in a form. Many websites gather information from users in online forms, and JavaScript can help validate entries. For example, the programmer might validate that a person's age entered into a form falls between 1 and 120.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does javascript work?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How does document.close work?

The command is javascript JavaScript is interpreted by the browser browsers use JavaScript engines to execute the commands each browser differs


What are the disadvantages of disabling JavaScript in your browser?

The disadvantage of disabling JavaScript is that when you access a website that uses JavaScript (which a lot of websites do) they may not look or work properly or may ask you to enable it.


What is a javascript tutorial?

A JavaScript tutorial contains instructions that will teach you how to code in JavaScript.


Why won't my answers save?

There may be a problem with WikiAnswers. Sometimes the 'Save' button does not work temporarily. Also, it may be a problem with JavaScript on your computer, as the 'Save' button works by using JavaScript.


Why does YouTube keep saying you need javascript?

As you will notice, several features of YouTube work without reloading the page (favorite, rate, share, comments, the new channel design, the right column with video information and related video, ...).All these features require JavaScript in order to work, i.e. without JavaScript YouTube would be pretty crappy.


What languages can a browser understand?

HTML, CSS, & JavaScript.


How do you click on your gaia gold amount and get a text box o you can type as much gold as you want?

It's called Javascript but when you exit or refresh it doesn't keep it that way.So Javascript doesn't work.


What are built-in javascript classes?

Javascript does not have classes


How do you sort in javascript?

Javascript can help in browseing


How old is Javascript?

Javascript was created in 1995.


What is portability of java script?

As long as there is support for it, Javascript will work on all browsers and all Operating Systems


Do you need java compiler to execute HTML programs written in javascript?

No, Java and JavaScript are nothing to do with each other, JavaScript is a form of EMCAScript, not Java. Every modern browser comes with a JavaScript engine that is used to understand JavaScript. so there is no need for it, no.