Y
Hacker News
new
|
ask
|
show
|
jobs
by
morley
4349 days ago
var six = five() + five() / five();
1 comments
Evgeniuz
4349 days ago
var six = function() { return five() + five() / five(); }
Some people may rely on that functionality.
link
Some people may rely on that functionality.