Brian Blankenship

Results 2 comments of Brian Blankenship

I moved index.js to src folder, which broke it. Moving it back to root, per the SOF @anggihseptiawan provided, fixed the issue.

> ```js > const result1 = _.nth( [ { name : "Something" }, { name : "else" } ] , 2 ); > > const result2 = _.nth( [ 1,...