What is JavaScript?

  • JavaScript is a very flexible language
  • JavaScript is (often):
    • Imperative: Normal lines of code run in order and loops / conditions give control flow
    • High Level: You don't need to know that much about computer internals
    • Dynamically Typed: You don't need to think about variable types as much as some other languages

4 / 19