mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-29 16:00:55 -04:00
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.