Edit in JSFiddle

var myObject = {function:'function',new:'new'};

console.log(myObject.function,myObject.new); //logs 'function new'