Skip to content

Commit eb364be

Browse files
author
Dan Wood
committed
Remove unnecessary INITAL_VALUE const
1 parent a3233f5 commit eb364be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,8 +705,6 @@ const programmerOutput = [
705705
}
706706
];
707707

708-
const INITIAL_VALUE = 0;
709-
710708
const totalOutput = programmerOutput
711709
.map(output => output.linesOfCode)
712710
.reduce((totalLines, lines) => totalLines + lines);

0 commit comments

Comments
 (0)