JavaScript is a progressive language and browsers improve their ability to
understand the new features of JavaScript over time.
For some features you might want to wait for browser to support otherwise you
should get Babel to transpile ES2015+ feature to ES5 for you, so all browsers
will recognise them.