Learn JavaScript

JavaScript also referred to as JS, is an ECMAScript interface programming language. JavaScript is high level compiled and multiparadigmatic, mostly just-in-time. It includes curly bracket notation, intuitive texting, a concept orientation model, and premium features
  1. Paradigm
    event-driven, functional, imperative
  2. First appeared
    December 4, 1995
  3. Stable release
    ECMAScript 2020 / June 2020
  4. Preview release
    ECMAScript 2021
  5. Typing discipline
    Dynamic, duck
Your journey into the world of JavaScript starts in the following order:
  1. Comments and Objects
  2. Enable and Disable Anchor Tags(Links)
  3. Variables
  4. Operators
  5. Conditional Statements
  6. Looping Statements
  7. Block, Break, Continue, and Return Statements
After learning about the basics concepts of JavaScript we will learn some concepts that are built on these basic concepts:
  1. Functions
  2. Events
  3. Cookies
  4. Page Redirection
  5. Dialog Boxes
  6. Objects
  7. Math Object
  8. Array
  9. Document Object Model(DOM)
  10. Error and Exception Handling
  11. Form Validation
Getting Started »