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 51e00ab commit 8e5829eCopy full SHA for 8e5829e
exercises/concept/bird-watcher/bird-watcher.js
@@ -30,7 +30,7 @@ export function birdsInWeek(birdsPerDay, week) {
30
* by one for every second day.
31
*
32
* @param {number[]} birdsPerDay
33
- * @returns {number[]} corrected bird count data
+ * @returns {void} should not return anything
34
*/
35
export function fixBirdCountLog(birdsPerDay) {
36
throw new Error('Please implement the fixBirdCountLog function');
0 commit comments