The task number 3 was to Generate a list of numbers in JavaScript using a random function. Next this list should be sorted using sorting algorithms and printed sorted list on screen. Everyone receives two methods of sorting to create code. In my case is Bubble-sort and Quick-sort.
Additionaly task was upgraded by time measure for sorting process.
On next page you can check source code.