Skip to content

Commit dab6018

Browse files
committed
Fixed all bugs
1 parent fcb111a commit dab6018

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
@@ -151,7 +151,7 @@ Strings are a fundamental part of JavaScript and are widely used to represent te
151151

152152
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.
153153

154-
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/tutorial/docs/javascript/data-types/intro) tutorial.
154+
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](../intro) tutorial.
155155

156156
## Conclusion
157157

0 commit comments

Comments
 (0)