mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-27 19:00:42 -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.