Skip to content

Instantly share code, notes, and snippets.

@pedrodelgallego
Created July 19, 2010 08:10
Show Gist options
  • Select an option

  • Save pedrodelgallego/481138 to your computer and use it in GitHub Desktop.

Select an option

Save pedrodelgallego/481138 to your computer and use it in GitHub Desktop.
"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