Hacker News new | ask | show | jobs
by morley 4349 days ago
var six = five() + five() / five();
1 comments

var six = function() { return five() + five() / five(); }

Some people may rely on that functionality.