<< Home

Nature of the scripting language eg

Object oriented:

Javascript is an object oriented programming langauge. You can create your own objects that have different properties but there are also examples of built in objects in javascript such as:

String object, Date Object and Maths Objects

For more information go to: http://www.w3schools.com/js/js_obj_intro.asp

Event driven

Events are things that happen that can be detected by a scripting language such as javascript. An example of an event would be when a button is clicked. You can make something happen when the button is clicked using a scripting language such as submitting a form by email.

For more information on events go to: http://www.w3schools.com/js/js_events.asp

For the assignment you need to describe what object oriented and event driven means in relating to a scripting language.