Bogdan Stashchuk

Results 2 issues of Bogdan Stashchuk

I am author of few JavaScript courses on Udemy. While recording new JavaScript course I used AirBnb Style Guide in one of the sections and noticed few ways for improvements....

editorial

## Fixing bug with examples In the ES6 module `examples/server.js` `require` (CommonJS syntax) was called. Needs to be replaced with `import`. ### Steps to reproduce: - Run examples script `npm...