Click here to Skip to main content
15,895,606 members
Articles / Web Development / HTML

Javascript Operators === & !==

Rate me:
Please Sign up or sign in to vote.
3.67/5 (3 votes)
10 Mar 2011CPOL 17.2K   1  
The actual difference between Javascript's == and === operators is that the == operator is less strict when comparing the operands. For example, 1=="1" evaluates to true while 1==="1" evaluates to false.Full description can be found on ECMAScript standard, at...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Israel Israel
Currently a .NET Team Leader at a mid-sized software company, I've started coding at the age of 5, using BASIC on a ZX-Spectrum 48 computer.
Gradually i've moved up the generations, from ZX assembly language, through c and Pascal, I've became an IS programmer on VB6 and SQL-Server, eventually upscaling to c#, and doing OOD stuff for a living.

I'm about to get my Bachelor's degree in Computer Science this semester, and looking forward to go on with M.Sc. in the area of Algorithmics.

So I work in Information Systems, and my hobby is "learning and developing algorithms". Can you get more geeky than that ?

Comments and Discussions