JavaScript strengths
- Modern ES6 — `Map`, `Set`, arrow functions, destructuring — collapses boilerplate.
- Array methods (`map`, `filter`, `reduce`) map cleanly to functional-style interview solutions.
- Works unmodified in web-based IDEs used by many companies.