Not very far, I completed it in a few minutes. I think the hardest was:
function hello(a) { return a * a; } hello(4) + 3;
Not very far, I completed it in a few minutes. I think the hardest was: