Hacker News new | past | comments | ask | show | jobs | submit login

You should jsperf your function definition advice. The standard "function foo() { ... }" way is over 10x faster than the "var foo = function foo() { ... }" way or any other variant.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: