It leaks data outside loops. Use const by default. Use let when values change. - Stop tutorial hell. Watching videos is not learning. Build things. Spend two hours building for every hour of watching.
- Use a shared dispatcher. Avoid copying code for every page. Use a route matrix. Fix a bug once. All 29 tools get the fix. - Load libraries on demand. Do not slow down your homepage for edge cases.