Fibonacci Sequence

Develop an application to display n digits of the Fibonacci Sequence.

  Fibonnaci Sequence is defined as the sum of the previous 2 numbers equals the next number.
  0,1,1,2,3,5,8,13,21,34,55,89,144

Send me a link on slack of your published page when completed.

Please try to do this without looking up any hints online! Think through the loop logic.