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

“suppress empty strings in the output array when the separator is a regular expression: var f = '|a|b|c|'.split(/\|/); // f is ['a', 'b', 'c'] on some systems, and // f is ['', 'a', 'b', 'c', ''] on others string.substring(start, end ) The substring method is the same as the slice method except that it doesn’t handle the adjustment for negative parameters. There is no reason to use the substring method. Use slice instead. string.toLocaleLowerCase( ) The toLocaleLowerCase method produces a new string that is made by converting this string to lowercase using the rules for the locale. This is primarily for the benefit of Turkish because in that language `I’ converts to 1”

Douglas Crockford, JavaScript: The Good Parts: The Good Parts
Read more quotes from Douglas Crockford


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

JavaScript: The Good Parts: The Good Parts JavaScript: The Good Parts: The Good Parts by Douglas Crockford
8,659 ratings, average rating, 557 reviews
Open Preview

Browse By Tag