Update 02_day_data_types.md

the value in the variable has been changed so it matches the "commented console.log" outpu correctly.---
this is my first comit ever on someones repo. so i have the fear like i'm "correcting a teacher.
pull/545/head
misza-one 2 years ago committed by GitHub
parent 1c0ea78188
commit c290af26ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -767,7 +767,7 @@ Let us extract numbers from text using a regular expression. This is not the reg
```js
let txt = 'In 2019, I ran 30 Days of Python. Now, in 2020 I am super exited to start this challenge'
let regEx = /\d+/
let regEx = /\d/g
// d with escape character means d not a normal d instead acts a digit
// + means one or more digit numbers,

Loading…
Cancel
Save