Ad
  • Custom User Avatar

    I think that note doesn't apply anymore, your function fib is wrong, try your function with these calls:

    console.log(fib(20));
    console.log(fib(10));
    console.log(fib(5));
    

    And next time, use spoiler flag please.