Read04

Reading-notes.md


Read04

Java Script Definition:

is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm. amic typing, prototype-based object-orientation, and first-class functions.

control flow:

Control flow means that when you read a script, you must not only read from start to finish but also look at program structure and how it affects order of execution.

JavaScript Operators:

  • Assignment Operators.
  • Arithmetic Operators.
  • Logical Operators.
  • String Operators.
  • Relational Operators.
  • Conditional Operators.
  • Unary Operators.