enter link description here
// Returns whether or not the provided string contains a substring of "cake" in it. function containsCake(string) {
}