1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-18 07:01:21 +02:00
This commit is contained in:
Adithyan Dileep
2024-09-04 13:47:53 +05:30
committed by GitHub
parent bdbaeffd50
commit 663fcdb1d2

View File

@@ -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)