Li-Fan Chen says to Happy Web Developer function getData(x,data){ if(x>0) return getData(x-1,data.data) return data }