MCPcopy Create free account
hub / github.com/StephenGrider/AlgoCasts / getSortedArray

Function getSortedArray

exercises/sorting/test.js:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11function getSortedArray() {
12 return [-124, -40, 0, 7, 21, 100, 500];
13}
14
15describe('Bubble sort', () => {
16 test('sorts an array', () => {

Callers 1

test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected