There was a PR that had a typo which is now fixed. Until it hints production it will fail with TypeError: Date.now(...).substingr is not a function
in the console.
freeCodeCamp:main
← k-rajat19:docs
opened 02:36PM - 03 Oct 22 UTC
Checklist:
- [ ] I have read [freeCodeCamp's contribution guidelines](htt… ps://contribute.freecodecamp.org).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `main` branch of freeCodeCamp.
- [x] I have tested these changes either locally on my machine, or GitPod.
`substr` method is deprecated, this method should not be recommended to use.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr
freeCodeCamp:main
← surajrane42:fix/substringTypo
opened 10:24AM - 07 Oct 22 UTC
Checklist:
- [x ] I have read [freeCodeCamp's contribution guidelines](ht… tps://contribute.freecodecamp.org).
- [x ] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x ] My pull request targets the `main` branch of freeCodeCamp.
- [x ] I have tested these changes either locally on my machine, or GitPod.
Closes #47887
1 Like