JavaScript

JavaScript often abbreviated JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. It is a high-level, often just-in-time compiled language that conforms to the ECMAScript standard.It has dynamic typing, prototype-based object-orientation, and first-class functions. It is multi-paradigm, supporting event-driven, functional, and imperative programming styles. It has application programming interfaces (APIs) for working with text, dates, regular expressions, standard data structures, and the Document Object Model (DOM).

Things To Learn

  • Introduction to JavaScript
  • JavaScript Fundamentalst
  • Putting JavaScript to Work
  • The Document and Window Objects
  • Arrays
  • Working with Numbers, Dates, and Strings
  • Working with Forms
  • Working with Dynamic Data