FIX: minor typo error, missing "alert( "

This commit is contained in:
LeviDing 2020-11-18 10:37:38 +08:00 committed by GitHub
parent 15780b3a24
commit 149f63ed20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,5 +3,5 @@
What's the match here?
```js
"123 456".match(/\d+? \d+?/g) ); // ?
alert( "123 456".match(/\d+? \d+?/g) ); // ?
```