Changed suggested link in the Pig Latin challenge from String.prototype.substr() to String.prototype.substring() since substr() is deprecated and shouldn’t be used in new projects.
Changed suggested link in the Pig Latin challenge from String.prototype.substr() to String.prototype.substring() since substr() is deprecated and shouldn’t be used in new projects.