You probably know this saying. I always liked to keep my code clean and concise, hoping that this will help the people who will take care of the project in the future. It would benefit me as well if I would maintain that project, because I might forget some aspects and having an easy to read codebase gives everyone a good head start. Let's see how can you write less JS code and make an easier to read/maintain/debug project.
Table of contents:
- Template strings
- forEach, map and reduce