Setup a ES6 javascript project using webpack, babel and eslint

added by JavaScript Kicks
11/24/2018 3:40:23 AM

1282 Views

Whenever someone learns a new programming language, there is a 99% chance that their first program is going to be a Hello World program. In this proverbial program, they are supposed to print Hello World on their screen/console. Depending on the language, it can range from 1 line program to multiline just for printing this Hello World.


0 comments