← ^ →
Map Reduce and Hadoop
a = "hello"; reverse = function(x) { var result = ""; for (i = 0; i < x.length; i++){ result = x[i] + result; }; return result; }; reverse(a);
José M. Vidal .
10 of 24