(?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)

“With the handy map method of arrays (introduced in ES5), we can completely eliminate the loop details, implementing just the element-by-element transformation with a local function: Click here to view code image var names = [" Fred", "Wilma", "Pebbles"]; var upper = names.map( function( name) { return name.toUpperCase(); });”

David Herman, Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript
Read more quotes from David Herman


Share this quote:
Share on Twitter

Friends Who Liked This Quote

To see what your friends thought of this quote, please sign up!

0 likes
All Members Who Liked This Quote

None yet!


This Quote Is From

Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript by David Herman
785 ratings, average rating, 61 reviews
Open Preview

Browse By Tag