You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concepts/strings/about.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ You can find all the methods in the [MDN docs][mdn-docs].
31
31
32
32
## String interpolation
33
33
34
-
Strings in JavaScript support concatenation using [`+` and slight variations][https://developer.mozilla.org/en-us/docs/web/javascript/reference/global_objects/string#long_literal_strings] and interpolation using [string template literals][mdn-template-strings].
34
+
Strings in JavaScript support concatenation using [`+` and slight variations][mdn-concatenation] and interpolation using [string template literals][mdn-template-strings].
0 commit comments