Is ecmascript 6 important for web game development and app development?; | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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.

6th Feb 2020, 2:16 PM
Bibek
Bibek - avatar
1 Respuesta
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.
7th Feb 2020, 1:23 AM
dim_knp
dim_knp - avatar