1 2 3 4 5
function x() { return 1 } console.log(x()) function x() { return 2 } console.log(x()) function x() { return 3 }