let and const are block scoped.
Assignment operator - It assign value to a variable
Addition, Subtraction, Multiplication, Division operator
Task
Exponential **
Modulus % - gives remainder
Task - check if number is odd or even
Increment ++
Decrement - -
Task - Use ++ and - - to increase and reduce the value of 3 variables each.
Addition assignment Operator +=
Task -
Subtraction, Multiplication, Division similar
== equal to
=== equal value and type
! = not equal
! = = not equal value or not equal type
greater than and less than
greater less equal to
&& logical and
|| logical or
! logical not