aidenk1 / Notebook

MIT License
0 stars 0 forks source link

Javascript Data Types/Lists | CompSci Blogs #2

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Javascript Data Types/Lists | CompSci Blogs

A Tech Talk on javascript data types and how to use with lists

https://aidenk1.github.io/Notebook/basics/datatypes

aidenk1 commented 1 year ago

Rayyan D - Clear and descriptive variable naming, but there is an error in the code. 'typeof school' and 'typeof hobbies' will result in errors because they are not defined as variables. Change to 'typeof person.school' and 'typeof person.hobbies'