Chalarangelo / 30-seconds-of-interviews

A curated collection of common interview questions to help you prepare for your next interview.
https://30secondsofinterviews.org
MIT License
12.03k stars 963 forks source link

The answer to the "What are JavaScript data types?" question is no longer correct #197

Closed yatoogamii closed 4 years ago

yatoogamii commented 4 years ago

The answer to the "What are JavaScript data types?" question is no longer correct

Because now we have 7 primitives data types (String, Number, BigInt, Boolean, Null, Undefined, Symbol) and 1 non-primitive data type (object)

Can I fix?

links : https://tc39.es/ecma262/#sec-ecmascript-language-types https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures

fejes713 commented 4 years ago

Hey @yatoogamii 👋

Thanks for noticing this! Yeah, definitely, you can fix this. We would appreciate it very much 😄

You can just update the file you mentioned and the website will be built and deployed automatically.