We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15780b3 commit 149f63eCopy full SHA for 149f63e
1 file changed
9-regular-expressions/10-regexp-greedy-and-lazy/1-lazy-greedy/task.md
@@ -3,5 +3,5 @@
3
What's the match here?
4
5
```js
6
-"123 456".match(/\d+? \d+?/g) ); // ?
+alert( "123 456".match(/\d+? \d+?/g) ); // ?
7
```
0 commit comments