0
Is ecmascript 6 important for web game development and app development?;
Can someone tell me is it important to learn es6 for web or app dev.
1 Odpowiedź
0
It is important to learn ES6 and later versions (ES7, ES8) as they can help you write far more readable code. However, if you are going to target older browsers you may need an ES5 transpiler, like Babel.