We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a662c36 + 31e3c58 commit c337b88Copy full SHA for c337b88
5-regular-expressions/02-regexp-methods/article.md
@@ -53,7 +53,7 @@ The array may have more than one element.
53
For instance:
54
55
```js run
56
-lar str = "JavaScript is a programming language";
+let str = "JavaScript is a programming language";
57
58
let result = str.match( *!*/JAVA(SCRIPT)/i*/!* );
59
0 commit comments