Hacker News new | ask | show | jobs
by shamas 3141 days ago
This is pretty straightforward es6. The difference between =>{} and just => is confusing at first. One is a function body and the other is an implied return statement.