Wpis z mikrobloga

@marcinzwwa: przecież tam jest napisane, że używanie setTimeout ta, jak eval() jest złe, dlatego przekazuje się anonimową funkcję i jest ok:

So the lesson here is, don't use a string as a argument for setTimeout or setInterval. JavaScript will evaluate it using eval. The best approach is to use a function, named or anonymous.