2.4 Points To Remember About Variables
4️⃣

2.4 Points To Remember About Variables

2.4 Points To Remember About Variables

  1. JavaScript includes operators that perform some operation on single or multiple operands (data value) and produce a result.
  1. JavaScript includes various categories of operators:
      • Arithmetic Operators
      • Assignment Operators
      • Comparison Operators (Located in Chapter 3)
      • Logical Operators (Located in Chapter 3)
      • Conditional (Ternary) Operators (Located in Chapter 3)
 
⚖️
Copyright © 2021 Code 4 Tomorrow. All rights reserved. The code in this course is licensed under the MIT License. If you would like to use content from any of our courses, you must obtain our explicit written permission and provide credit. Please contact classes@code4tomorrow.org for inquiries.