Fish Wang says to YSITD
const fab = (i = 0, a = 1, b = 1)=> i < 10? fab(i - 1, b, a+b): [a, b]