TIL Feb7

· nulo's blog

#clone

# Array#clone

# Nested loops is a thing aside from nested dat structures

1arr = [2, 3, 5]
2
3def running_totals(arr)
4	arr.each