Arrange the lines so that the method is defined inside the object.
The order is var employee = {, display: function(){}, then }.
var employee = {
display: function(){}
}