leonardomso / 33-js-concepts

πŸ“œ 33 JavaScript concepts every developer should know.
MIT License
63.56k stars 8.89k forks source link

Add Quizzes and Coding Exercises for Each Concept #546

Open DeekshaVarshney123 opened 2 days ago

DeekshaVarshney123 commented 2 days ago

I suggest adding interactive quizzes and coding exercises for each of these concepts with the aim to make any developer get a solid grasp on them NOT matter how experienced s/he is. This will remind students and prompt application of what is being learned.

Proposed Features: Quizzes: Sift Key Points Begin with creating a short quiz (3–5 questions) for each concept that tests key points and understanding. Ask questions as multiple choice, yes or no, and fill-in-the-blank formats. Coding Exercises: Design Relevant Code Challenges For Each Concept Have the instructions for each exercise KW clear, and what can be expected from doing it.

Add examples and Consider edge cases Example Format: Concept: Call Stack

Quiz Questions: What the use cases of call stack! What goes down when a function gets invoked Exercise: Implementing a Function that Shows the Call Stack { Simple Recursion }

Benefits: Solidifies information with interactive practice Stop applying visionary projects on the back of a napkin. Enhances the overall value.

DeekshaVarshney123 commented 2 days ago

please assign this issue to me.

rkdabas commented 20 minutes ago

/assign