Skip to content

Commit 34a3d71

Browse files
committed
💯Solve: basic-training/day17
1 parent 675af83 commit 34a3d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programmers/javascript/basic-training/day17/split-by-space-2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rl.on('line', (line) => {
1212
myString = line;
1313
rl.close();
1414
}).on('close', () => {
15-
const answer = solution(strArr);
15+
const answer = solution(myString);
1616
console.log(answer);
1717
});
1818

0 commit comments

Comments
 (0)