What is the best way to test if a browser is capable to understand the ES2015 spread syntax. https://goo.gl/7LSVZF | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the best way to test if a browser is capable to understand the ES2015 spread syntax. https://goo.gl/7LSVZF

Test for ES2015 spread syntax

13th Jan 2017, 10:14 AM
L Cilliers
L Cilliers - avatar
1 Answer
+ 1
check here to see if es6,es5 etc methods are compatible with current browser. there are many options on that page and I think it'll help you. https://kangax.github.io/compat-table/es6/
19th Apr 2017, 8:54 AM
mete
mete - avatar