Hi, I am enjoying reading your book, but I was wondering why you use the underscore library map function instead of the native javascript map() function. [Documentation of Array.prototype.map()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map) Thanks