[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/anasmak04/Problem-solving-with-JavaScript/master/problem-43.js [Back]  [Original]

function fibonacci(n){
    const fib = [0,1];
      for(let i = 2 ; i 

Web Proxy Viewer  |  New URL  |  Original Page