We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6366415 commit 901c223Copy full SHA for 901c223
exercises/concept/train-driver/train-driver.js
@@ -7,7 +7,7 @@
7
/**
8
* Return each wagon's id in form of an array.
9
*
10
- * @param {...numbers} ids
+ * @param {...number} ids
11
* @returns {number[]} wagon ids
12
*/
13
export function getListOfWagons(a, b, c, d, e, f, g, h, i, j, k, l, m, n) {
0 commit comments