var thisIsCrazy = true; function callMeMaybe() { return "here's my number"; } var iJustMetYou = callMeMaybe(); function duplicate() { return true; }