Sourav Mandal
Sourav Mandal

@souravcode

12 Tweets 11 reads May 28, 2022
✔ Expressions And Operators in JavaScript!
A Thread 👇
⚠️ Notice ⚠️
❑ This Thread is a part of JavaScript. I will discuss all JavaScript, if you start learning JS Then I can help you.
❑ we will try to clear the basic concept Tutorials of JavaScript in 50 Days
{ Day-35 / 50 }
❍ Type of operators!
In This Thread, I will just talk about 5 operator. but JavaScript has More Operators.
➊ Assignment operators!
➋ Arithmetic operators!
➌ Comparison operators
➍ Logical operators
➎ String operators
❍ Assignment operators?
➟ An assignment operator assigns a value to its left operand based on the value of its right operand.
❍ Arithmetic operators?
➟ An arithmetic operator takes numerical values (either literals or variables) as their operands and returns a single numerical value.
❍ Comparison operators?
➟ A comparison operator compares its operands and returns a logical value based on whether the comparison is true. The operands can be numerical, string, logical, or object Objects values.
❍ Logical operators?
➟ Logical operators are typically used with Boolean (logical) values; when they are, they return a Boolean value.
Which operators come under Logical Operator?

Logical AND ( && )

Logical OR ( || )

Logical NOT ( ! )
➊ Logical AND ( && )
➟ The logical AND ( && ) operator for a set of operands is true if and only if all of its operands are true.
➋ Logical OR ( || )
➟ The Logical OR ( || ) operator for a set of operands is true if
and is true if and only if one or more of its operands is true.
➌ Logical NOT ( ! )
➟ The Logical NOT ( ! ) operator takes truth to falsity and vice versa.
❍ String operators?
➟ The String operators ( + ) concatenate two String values together, returning another string that is the union of the two operand strings.
That's it for this thread. If you found it useful!
🤝 Follow me
@sourav_code
Hey, I am a Web Developer From India, Helping people learn web development. I Tweet Around.
HTML
CSS
JavaScript
React, & More Tips & Web Development Content.
Like 💖
Retweet ⚡

Loading suggestions...