What is the Difference between = == === Programming?

Subscribers:
17,600
Published on ● Video Link: https://www.youtube.com/watch?v=d2E37tpK9-s



Duration: 10:04
91 views
12


Hi everyone, welcome to this video. In this video, I will teach you the difference between equal, equal equal == and equal equal equal === in programming. The short answer is you use = to assign a value to a variable. For instance numberOne = 10; the == is used for comparing the values of two numbers, strings, a boolean. for example, if (number1 == number2 { //code to run}; When you use three equal signs, you compare the value and the datatype.

#programming #tutorial #trending







Tags:
what
is
the
difference
of
between
equal sign
==
===
programming
tutorial
intro to programming
java
javascript
python
coding
equal
equality sign
signs
tutorials
for
beginners
intro to coding
programming tutorials
easy
help
vs code