Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nhpatt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
nhpatt
9y ago
You are not calling the function, you are passing a reference to setTimeout that calls it directly, without the obj. before the call. @getify explains it flawlessly, there are 4 modes: new, obj., bind/apply/call and default (windo