Find the hidden features in your code!
// Some bugs included at no extra charge
function collectEgg(type) { if(type === "bug") { return fixBug(); } else { return celebrate(); } }