> No, I can't tell. A quick test on the Firebug console gave expected results:
>
>  >>> var x = 1
>  >>> x += 1 * '4'
> 5

Change x to an alphanumeric:

   var x = '1';


Reply via email to