How a web developer deal with browsers which doesn't support last html5/ES6/css3 features nowadays? Does he or she build a lot of page versions with polyfill for each browser ? Or old browsers aren't taken in consideration ? Where is the limit?
6/24/2019 6:21:47 AM
Javier Felipe Toribio5 Answers
New AnswerWeb developers use tools like Babel. It transpiles any modern JS (ES6, ES7 and etc) to ES5, which is supported by old browsers.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message