Aug 25, 2017 · 1 min read
Awesome! But you should try it without the forloop:
function keep_reading(line) {
if (line.next} {
keep_reading(line.next);
} else {
Medium.Icon(“Clap!”);
}
}Awesome! But you should try it without the forloop:
function keep_reading(line) {
if (line.next} {
keep_reading(line.next);
} else {
Medium.Icon(“Clap!”);
}
}Written by