Why code in ES2015 if the browser doesn't support it?

TLDR: Compilers. A bit of history Lets start with a bit of history. In the late 90’s, with the fall of Netscape Navigator, Microsoft’s Internet Explorer dominated the browser...

What's the difference between an object and a function?

It’s generally common for Front End Developers to view functions and objects are two different components but they are actual incredibly similar. What is a function? Generally speaking, a...