Click here to Skip to main content
15,897,187 members
Articles / Web Development / HTML

Javascript Operators === & !==

Rate me:
Please Sign up or sign in to vote.
4.33/5 (3 votes)
10 Mar 2011CPOL2 min read 8.9K   1  
The algorithm behind the EqualityExpression (==,===, !=, !==) is a bit more complex than what is portrayed in some of the other alternates and comments, and a correct understanding of this actually quite important in order to avoid unforeseen errors in javascript programs.The short story is...

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
Software Developer (Senior) BRIK
Norway Norway
I am a partner at BRIK where we create rich web sites focusing on content, enabling non-technical users to publish a variety of media easily.
We are also the technical partner on ExorLive, a web application for planning and tracking workouts.

I have worked mainly with .Net, MySQL and Javascript, and today most of my work is centered around creating rich and effective frontends with Javascript backed by Javascript-enabled webservices.

I am also the manager of the easyXDM project, enabling web developers to easily expose javascript API's.

Comments and Discussions