Compare the performance of 2 famous sorting algorithms: bubble sort and quicksort.
To see the output:
You should see a list size and some timing data (refresh page, if needed).
Right-click and select "View Page Source". Check the line with the <script ...> tag to see how the code is called from this web page.