JavaScript : Why does 1==1==1 return true, "1"=="1"=="1" return true, and "a"=="a"=="a" return false

Channel:
Subscribers:
76,400
Published on ● Video Link: https://www.youtube.com/watch?v=WpOqqxkhnOQ



Duration: 1:01
0 views
0


JavaScript : Why does 1==1==1 return true, "1"=="1"=="1" return true, and "a"=="a"=="a" return false?
To Access My Live Chat Page,
On Google, Search for "hows tech developer connect"

So here is a secret hidden feature I promissed to tell you.
This is a YouTube's feature which works on Desktop.
First, Ensure that the video is playing before proceeding.
Next, enter the letters 'awesome' on your keyboard.
The progress bar on YouTube will be altered to a flashing rainbow.

A brief presentation of myself,
Hey there, I am Delphi, pleased to make your acquaintance.
I can help you find the answers you are looking for.
JavaScript : Why does 1==1==1 return true, "1"=="1"=="1" return true, and "a"=="a"=="a" return false?
I am happy to answer more specific questions, so please feel free to comment or chat with me.
If you have knowledge to contribute or an answer to provide, please leave a comment below.
Your answer will be recognized and valued, and I will 'heart' it to show my appreciation.
and false? true, does 1==1==1 JavaScript "a"=="a"=="a" return true, : return "1"=="1"=="1" return Why




Other Videos By Hey Delphi


2023-04-13PYTHON : Is there a built in package to parse html into dom?
2023-04-13C# : Can I get more than 1000 records from a DirectorySearcher?
2023-04-13C++ : Can I send signals to different threads
2023-04-13R : How to Knit a Rmd file with R code to generate a word document
2023-04-13C++ : Why can't C++ deduce template type from assignment?
2023-04-13HTML : How to make a url to Apple app store or Google play to actually open the app store?
2023-04-13HTML : Is object-fit breaking some image aspect ratios in Chrome?
2023-04-13Android : Is it possible to Implement Toggle Button in Action Menu Item using Actionbar sherlock in
2023-04-13SQL : How can I optimize this query in Firebird 2.1?
2023-04-13C# : How would I add a parameter to entity framework raw sql command
2023-04-13JavaScript : Why does 1==1==1 return true, "1"=="1"=="1" return true, and "a"=="a"=="a" return false
2023-04-13C++ : What does the C++ compiler error "looks like a function definition, but there is no parameter
2023-04-13HTML : how to display text in div dynamically
2023-04-13SQL : Can we check who deleted what from SQL Server 2008
2023-04-13C# : How can I make my string property nullable?
2023-04-13SQL : How to normalise a table which can link to one or more tables?
2023-04-13C++ : Can I mix C++ and C in a single project in Visual Studio?
2023-04-13C++ : Will the initialization list always be processed before the constructor code?
2023-04-13C++ : How does one maintain memory with the putenv system call?
2023-04-13R : How to stack multiple matrices in R
2023-04-13Array : Is using 2 dimensional array as 1 dimensional array correct? May cause Undefined Behaviour o