Update 02_day_data_types.md

"Check if typeof '10' is exactly equal to 10" is misleading.
pull/732/head
Sarthak Gautam 3 years ago committed by GitHub
parent 7fc6e874ee
commit 3a71716b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -943,7 +943,7 @@ console.log(numInt) // 9
"Love is not patronizing and charity isn't about pity, it is about love. Charity and love are the same -- with charity you give love, so don't just give money but reach out your hand instead."
```
3. Check if typeof '10' is exactly equal to 10. If not make it exactly equal.
3. Check if typeof '10' is exactly equal to that of 10. If not make it exactly equal.
4. Check if parseFloat('9.8') is equal to 10 if not make it exactly equal with 10.
5. Check if 'on' is found in both python and jargon
6. _I hope this course is not full of jargon_. Check if _jargon_ is in the sentence.

Loading…
Cancel
Save