#7 JavaScript Tutorial | Operators




JavaScript operators are symbols which are used to assign values, compare values, perform arithmetic operations, and more.
The variables (operations) are called operands.
The operation (to be performed between the two operands) is defined by an operator.
JavaScript supports the following types of operators.
Arithmetic Operators
Comparison Operators
Logical (or Relational) Operators
Assignment Operators
Conditional (or ternary) Operators
String Operators
Type Operators
Bitwise Operators
For Program code, info & more resources checkout this article –

Operators in JavaScript Programming


Video by – Tanmay Sakpal
Simple Snippets Channel link – https://www.youtube.com/simplesnippets

Original source


25 responses to “#7 JavaScript Tutorial | Operators”

  1. Nice Work.
    Feedback – Your videos are short and crips which is the best thing of this channel. Sometimes you need to move quickly from the simple topics which need not require nore explanation.

  2. I come across with a doubt I read recently in a book which says that our JavaScript code should be embedded within html comments

    If we don't this when ever our html code is loaded by browser which contains JavaScript it might display our script on response page

    Is this correct ???

  3. hay dont take me wrong but if you only explain the syntax like how if for while works then it might not help a lot but to learn simple syntax.
    point is if you could make videos related to how to make application s using js then it will be more usefull

Leave a Reply