30-Days-Of-JavaScript icon indicating copy to clipboard operation
30-Days-Of-JavaScript copied to clipboard

Updated the match function example. There is a code error (02_Day_Data_types/02_day_data_types.md)

Open LokeshXs opened this issue 2 years ago • 0 comments

The "Regular Expression" /\d+/ results "2019". "/\d/g" is the correct regular expression for the example given in the explanation.

LokeshXs avatar Feb 13 '23 14:02 LokeshXs