"Brad Fults" <[EMAIL PROTECTED]>
On 4/4/06, Maciej Stachowiak <[EMAIL PROTECTED]> wrote:
On Apr 4, 2006, at 10:50 PM, Brad Fults wrote:
I don't think the right way to make coding style suggestions is to
fail to specify things. To be interoperable with a considerable
amount of existing web content, UAs MUST implement the string
interface. Note that the ECMAScript spec includes eval(), even though
many contributors to the specification dislike it.
The fact that eval() is in ES doesn't change anything -- eval() has a
valid use case. Using an eval-driven method for code to execute with a
timer, however, doesn't.
It does in ES Edition 1.
Jim.