Being new to front-end development, I have found that following a simple tutorial can quickly help me start tackling problems in this field. One issue I've encountered is with ES5, which lacks some of the tools that are important to me, like key-value maps.
After searching through blogs, it seems that the solution to this problem involves translating compiled ES6-javascript to ES5-javascript using Babel.
However, I am not familiar with babel, webpack, or npm, and I haven't been able to find a comprehensive guide for such a project. Does anyone have any suggestions?