Y
Hacker News
new
|
ask
|
show
|
jobs
by
scottmf
3253 days ago
Function declarations work like this
typeof myFn === 'function'; // true function myFn() { }