leonardomso / 33-js-concepts

📜 33 JavaScript concepts every developer should know.
MIT License
62.66k stars 8.74k forks source link

Add Video Link to "JavaScript Engine", "Clean Code" and "Collection and Generators" Topics #439

Closed mvaibhav77 closed 8 months ago

mvaibhav77 commented 8 months ago

I've made some updates to this repository to enhance the content and categorization. Here's a summary of the changes:

  1. JavaScript Engine: I've added a video link by Brad Traversy, which provides valuable insights into how JavaScript engines work.

    Video Link: Brad Traversy - Understanding JavaScript Engines

  2. Collection and Generators: I've added a video link to this topic, which helps learners understand Collection and Generators

    Video Link: Collection and Generators.

  3. Clean Code: I've also added a video link that focuses on the importance of writing clean code.

    Video Link: Tips to write clean code - Traversy Media

In addition, I've noticed that the topics "map, reduce, filter" and "Higher Order Functions" seem to overlap, with the former being a sub-topic of the latter. As a suggestion, I recommend categorizing "map, reduce, filter" as a sub-topic under "Higher Order Functions/Iterators" for a more organized structure.

Please review and consider merging these changes to further enrich the repository's resources and improve the learning experience. Thank you!