ReCoded-Org / curriculum-backend-readings

Content monorepo for all the readings of the backend bootcamp curriculum developed by Re:Coded.
23 stars 4 forks source link

JavaScript has 7 primitive types #31

Open wisammechano opened 2 years ago

wisammechano commented 2 years ago

In most textbooks and at MDN it is mentioned that JavaScript has 7 primitive types. However, in this lesson, we say there are 3.

https://github.com/ReCoded-Org/curriculum-backend-readings/blob/19fe42e8002aa4f8d5023fd8153182edefd6d69a/module8-typescript/r1.1-everyday-types/README.md#L29

I understand the authors meaning for the example but we may need to adjust the wording.

Shrreya commented 2 years ago

Would it be better to say "three frequently used primitive types"? And we can also link the MDN resource as a reference for learning about all primitive types.