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: 1-js/05-data-types/03-string/article.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
@@ -624,7 +624,7 @@ For example:
624
624
alert( 'S\u0307\u0323' ); // Ṩ
625
625
```
626
626
627
-
This provides great flexibility, but also an interesting problem: the same symbol can be visually represented with different unicode compositions.
627
+
This provides great flexibility, but also an interesting problem: two characters may visually look the same, but be represented with different unicode compositions.
0 commit comments