Functions - Quick Question

What’s the difference between:


newFunction = function () {
};

and


function newFunction() {
}

Or is there one?