Hacker News new | ask | show | jobs
by rartichoke 4863 days ago
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.