214k views
5 votes
How do Java scripts work?!

I need the answer fast because My school homework is due tommorow!

User Zyga
by
6.0k points

2 Answers

5 votes
JavaScript is what is called a Client-side Scripting Language. ... Inside a normal Web page you place some JavaScript code (See How Web Pages Work for details on Web pages). 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.
User Samblg
by
5.1k points
4 votes

Answer:

The way JavaScript works is interesting. Inside a normal Web page you place some JavaScript code (See How Web Pages Work for details on Web pages). 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.

User Knowledge
by
5.2k points