CUTM1030 Study Guide - Dynamic Programming Language, Scripting Language, Xml

6 views13 pages

Document Summary

Explain about javascript , features and advantages of javascript, difference between java & javascript. Java script: javascript is a high-level, dynamic programming language that is used to create interactive and dynamic web pages. It is commonly used to create dynamic effects, animations, and forms that respond to user input. Features of javascript: light weight scripting language, dynamic typing, object-oriented programming support, functional style, platform independent, prototype-based, async processing, client-side validation. 2. write a javascript code (between the body tag of html, between the head tag of html, in . js file (external javascript)) Here are some examples of how to include javascript code in an html page: // javascript code goes here console. log("this is a message from javascript!