cliang1 / cliang

MIT License
0 stars 0 forks source link

Javascript Data Types/Lists | CompSci Blogs #3

Open utterances-bot opened 9 months ago

utterances-bot commented 9 months ago

Javascript Data Types/Lists | CompSci Blogs

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

https://cliang1.github.io/cliang/basics/datatypes

EshikaP1 commented 9 months ago

nice on the push and pop. Next time you may want to add comments to be specific on what you are pushing and what you are popping.

Aditi99b commented 9 months ago

I really like how the code runs as expected and you can see what it outputs. Your comments could be more specific. For example, when you comment // Print the entire object. You should specify the object so that it makes it more understandable. The comments should reflect your understanding of the code.

cliang1 commented 9 months ago

Samhita: Great job with the code, I liked the components of push and pop. Maybe next time you could set the number of values after the decimal the code prints for the average of your favorite numbers.