138,539 views
8 votes
8 votes
How do Java scripts work?!

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

User Carandraug
by
3.0k points

2 Answers

20 votes
20 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 JonnyIrving
by
2.8k points
16 votes
16 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 Shalni
by
3.7k points