KEMBAR78
Introduction To JavaScript | PPTX
Introduction To JavaScript
6
Javascript:
JavaScript, often abbreviated as JS, is a programming
language that conforms to the ECMAScript
specification. JavaScript is high-level, often just-in-time
compiled, and multi-paradigm.
It has curly-bracket syntax, dynamic typing, prototype-
based object-orientation, and first-class functions
JavaScript Functions And Events:
A JavaScript function is a block of JavaScript code, that can be
executed when "called" for.
For example, a function can be called when an event occurs,
like when the user clicks a button.
JavaScript in <head> or <body>:
You can place any number of scripts in an HTML document.
Scripts can be placed in the <body>, or in the <head> section of
an HTML page, or in both.
Introduction To JavaScript

Introduction To JavaScript

  • 1.
  • 2.
    Javascript: JavaScript, often abbreviatedas JS, is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype- based object-orientation, and first-class functions
  • 4.
    JavaScript Functions AndEvents: A JavaScript function is a block of JavaScript code, that can be executed when "called" for. For example, a function can be called when an event occurs, like when the user clicks a button. JavaScript in <head> or <body>: You can place any number of scripts in an HTML document. Scripts can be placed in the <body>, or in the <head> section of an HTML page, or in both.