Y
Hacker News
new
|
ask
|
show
|
jobs
by
jpolitz
5000 days ago
Like this?
function fibs(size) { return f(); function f() { ... implementation here ... } }