Fibonacci Sequence in Javascript
This script shows how to show the first few numbers in the Fibonacci Sequence using the Javascript language.

This script has 1 section:
1. Compute the next number in the Fibonacci sequence using javascript.
   - A while loop ends this after the first number is reached that is greater than 500.