Chapter 8 Flashcards
What is the difference between javascript and java?
JavaScript can run or execute from within the clients’ web browser and therefore JavaScript is a much smaller and less complex programming language than Java
What is the difference between client-side versus server-side processing?
JavaScript code that is executed by a browser is considered client-side processing, which differs from other web based programming languages like PHP and ASP.NET that are considered server-side processing and require a web server to execute.
Where can javascript be inserted in the HTML document?
or tags using tag.
The script can also be saved in a separate file that ends with .js extension.
By default, what does Google Chrome and Microsoft browsers allow?
Allows javascript to run.