Jason Rubenstein
Member since Jul 24, 2011
- Profile: /members/8675-jason-rubenstein.htm
- URL: http://jason-rubenstein.com
- Comments: 1
Recent Blog Comments By Jason Rubenstein
-
Javascript's IN Operator Does Not Work With Strings
Posted on Jul 24, 2011 at 12:39 AM
I am almost positive the reason this does not work is because of the way JavaScript uses string objects as wrappers. When you call a method of a string, it passes it to new String() and calls the method on that newly generate object. Once that object is done with, it deletes it. Try calling it li... read more »