Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 398 Bytes

File metadata and controls

12 lines (9 loc) · 398 Bytes

Points to remember about javascript.

  • its a high level language.
  • it is a interpreted language ehich means it gets compiled in runtime in browser there is no step of compilation like in other labguages
  • it is a dynamically types language which means we dont declare the data type of a variable beforehand.

What is OOPS?

  1. Encapsulation
  2. Abstraction
  3. Inheritance
  4. Polymorphism