Commit graph

6 commits

Author SHA1 Message Date
Vse Mozhe Buty
04ce7283ad
Fix typo in 9.16 (Sticky flag "y"...) 2020-12-10 20:42:09 +02:00
Will Atwood Mitchell
ec81513954 Change var to let in 7.16 regexp-sticky
Commit 10d1b1f25 added a hint about which word would be found by
a certain regexp:

"A call to str.match(/\w+/) will find only the first word in the line
(var). That’s not it."

Unfortunately the result is incorrect: the regexp would find `let`, not
`var`.

Updating the hint should resolve any confusion. The example has been
tested in the console to ensure that the regexp does indeed return
`let`.
2020-11-01 14:41:55 -05:00
Ilya Kantor
10d1b1f25f minor fixes 2020-10-16 10:07:28 +03:00
joaquinelio
9d498666d0
redundant "use case" 2020-10-15 19:48:47 -03:00
Ilya Kantor
4232a53219 WIP 2019-09-06 16:48:59 +03:00
Ilya Kantor
f21cb0a2f4 WIP 2019-09-04 15:44:48 +03:00