diff --git a/src/data/roadmaps/javascript/content/string@1RcwBHU3jzx0YxxUGZic4.md b/src/data/roadmaps/javascript/content/string@1RcwBHU3jzx0YxxUGZic4.md index 33bbb9890..a1cddef81 100644 --- a/src/data/roadmaps/javascript/content/string@1RcwBHU3jzx0YxxUGZic4.md +++ b/src/data/roadmaps/javascript/content/string@1RcwBHU3jzx0YxxUGZic4.md @@ -5,3 +5,4 @@ String is a primitive type that holds a sequence of characters. String in Javasc Visit the following resources to learn more: - [@article@String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) +- [@article@JavaScript Strings](https://javascript.info/string)