about | help | code help+videos | done | prefs |
Given an Array of strings, compute recursively (no loops) whether or not the Array contains the string "milk" somewhere. The initial call will have i=0. gotMilk(0, ["water", "soda", "juice"]) → false gotMilk(0, ["milk", "water", "soda", "juice"]) → true gotMilk(0, ["water", "soda", "juice", "milk"]) → true ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy