mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Changed suggested link
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.
This commit is contained in:
parent
8230a56046
commit
eba335b222
@ -341,7 +341,7 @@
|
||||
"Array.prototype.indexOf()",
|
||||
"Array.prototype.push()",
|
||||
"Array.prototype.join()",
|
||||
"String.prototype.substr()",
|
||||
"String.prototype.substring()",
|
||||
"String.prototype.split()"
|
||||
],
|
||||
"isRequired": true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user