Created
July 19, 2010 08:10
-
-
Save pedrodelgallego/481138 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "use strict" | |
| var str = ""; | |
| var strObj_ = new String(); | |
| //////////////////////////////////////////////////////////// | |
| // CHECK#6 | |
| if (str === strObj_){ | |
| $ERROR('#6: objects of str=""; and strObj=new String(); are not equal'); | |
| } | |
| // | |
| ///////////////////////////////////////////////////////////// |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment