FIX: minor typo error, missing "alert( "
This commit is contained in:
parent
15780b3a24
commit
149f63ed20
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
||||||
What's the match here?
|
What's the match here?
|
||||||
|
|
||||||
```js
|
```js
|
||||||
"123 456".match(/\d+? \d+?/g) ); // ?
|
alert( "123 456".match(/\d+? \d+?/g) ); // ?
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue