Javascript

Language of the Browser

  • Case-sensitive
  • Objects, properties, methods
    • Objects are browser objects, such as 'window', 'document'
    • Properties are attributes of objects, such as 'height', 'href'
    • Methods are things that are done to objects, such as <a href="#" onClick="window.close();">Close</a>
  • Example:
< >>