You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enhance README files with code comments and variable declaration context
- Add a section on code comments in the main README, explaining their purpose and usage in TypeScript.
- Update the variables exercise README to clarify the differences between `var`, `let`, and `const`, emphasizing modern best practices.
- Modify the problem file to improve clarity on uncommenting code for demonstration purposes.
0 commit comments