Skip to content

Commit 1c73177

Browse files
authored
Strings article
1 parent 6bbe0b4 commit 1c73177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/03-string/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ alert( "\u{1F60D}" ); // 😍, a smiling face symbol (another long unicode)
9292

9393
All special characters start with a backslash character `\`. It is also called an "escape character".
9494

95-
We would also use it if we want to insert a quote into the string.
95+
We might also use it if we wanted to insert a quote into the string.
9696

9797
For instance:
9898

0 commit comments

Comments
 (0)