30-Days-Of-JavaScript
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)
The "Regular Expression" /\d+/ results "2019". "/\d/g" is the correct regular expression for the example given in the explanation.