Introduction to JavaScriptBy: Satyen Pandya1satu21@gmail.com
Contents2   What is JavaScript ?
   Brief History
   JavaScript Implementations
   ECMAScript
   Document Object Model (DOM)
   Browser Object Model (BOM)satu21@gmail.com
What is JavaScript ?3   JavaScriptis an implementation of the ECMAScript 	language standard.
   It is used to enable programmatic access to 	computational objects within a host environment.
   It can be characterized as a prototype-based object-	oriented scripting language that is dynamic, weakly 	typed.

Introduction to Javascript By Satyen

  • 1.
    Introduction to JavaScriptBy:Satyen Pandya1satu21@gmail.com
  • 2.
    Contents2 What is JavaScript ?
  • 3.
    Brief History
  • 4.
    JavaScript Implementations
  • 5.
    ECMAScript
  • 6.
    Document Object Model (DOM)
  • 7.
    Browser Object Model (BOM)satu21@gmail.com
  • 8.
    What is JavaScript?3 JavaScriptis an implementation of the ECMAScript language standard.
  • 9.
    It is used to enable programmatic access to computational objects within a host environment.
  • 10.
    It can be characterized as a prototype-based object- oriented scripting language that is dynamic, weakly typed.