+ 13
Web development with old browsers
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?
5 Answers
+ 21
Web developers use tools like Babel. It transpiles any modern JS (ES6, ES7 and etc) to ES5, which is supported by old browsers.
+ 6
Try Babel / Sucrase / swc / Bublé. They all compile to ES5
+ 4
Are these (Babel/ Sucrase / swc / Bublé ) compilers
+ 2
Hope people start moving to modern browser
+ 2
Using javascript functions
Hot today
Python — File Handling
0 Votes
Help me solve this (using loop)
2 Votes
What is wrong? Error on test.
1 Votes
Help me wiht python
1 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
Help me
0 Votes