From 663fcdb1d2e40d6216972d24d1dad9c72bf76cfa Mon Sep 17 00:00:00 2001 From: Adithyan Dileep Date: Wed, 4 Sep 2024 13:47:53 +0530 Subject: [PATCH] Update string@1RcwBHU3jzx0YxxUGZic4.md (#6906) --- .../roadmaps/javascript/content/string@1RcwBHU3jzx0YxxUGZic4.md | 1 + 1 file changed, 1 insertion(+) 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)