JavaScript: Arrow function

Arrow function, the basic

Typically, to declare function, you will do something like this:

function myFunction(){
    return;
}

Now there is another better way of writing function