MCPcopy Create free account
hub / github.com/betomoedano/JavaScript-Coding-Interview-Questions / tandem-bicycle.js

File tandem-bicycle.js

arrays/tandem-bicycle.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// TANDEM BICYCLE
2
3const redShirtSpeeds = [5, 5, 3, 9, 2];
4const blueShirtSpeeds = [3, 6, 7, 2, 1];

Callers

nothing calls this directly

Calls 1

tandemBicycleFunction · 0.70

Tested by

no test coverage detected