Keryx Web
Fri, 05 Sep 2008 07:00:05 -0700
Breton Slivka skrev:
>> - Array and string generics
>
> You can apply array functions to strings, if that's what you mean.
>
And vice versa
>> - Expression closures
>
> I don't know how you could have javascript without those. Pretty much
> every website would break. Event handlers would be impossible.
I mean the shorthand for function definitions in JavaScript 1.8:
function(x) x * x
<=>
function(x) { return x * x; }
http://ejohn.org/blog/javascript-18-progress/
From your writing it seems they are at 1.6 in their features, like
Opera and Safari, but ahead of MSIE 7 (I have not checked MSIE 8 for
this either).
Many thanks for your report! Lars Gunther ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************