函数是可运行的对象
function myFunction() { return 'Hello, world!'; }
const myFunctionExpression = function() { return 'Hello, world!'; };