Skip to content

Commit fb364b0

Browse files
committed
Fix issue
1 parent 819c6bc commit fb364b0

File tree

1 file changed

+1
-1
lines changed
  • docs/javascript/data-types/primitive-types

1 file changed

+1
-1
lines changed

docs/javascript/data-types/primitive-types/string.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Strings are a fundamental part of JavaScript and are widely used to represent te
154154

155155
In this tutorial, you learned about the string data type in JavaScript, how to create strings using single quotes, double quotes, and backticks, and common string operations such as concatenation, interpolation, and string methods. You also explored examples of using string methods to manipulate and work with string data.
156156

157-
Strings are versatile and powerful data types in JavaScript, and mastering string operations will help you build dynamic and interactive web applications. If you want to learn more about JavaScript data types, check out our [JavaScript Data Types](/tutorial/category/data-types-1) tutorial.
157+
Strings are versatile and powerful data types in JavaScript, and mastering string operations will help you build dynamic and interactive web applications. If you want to learn more about JavaScript data types, check out our [JavaScript Data Types](/tutorial/category/data-types) tutorial.
158158

159159
## Conclusion
160160

0 commit comments

Comments
 (0)