Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Source code was modified and doesn't match the PWD tutorial #539

Open
dolevi101 opened this issue Nov 16, 2021 · 0 comments
Open

Source code was modified and doesn't match the PWD tutorial #539

dolevi101 opened this issue Nov 16, 2021 · 0 comments

Comments

@dolevi101
Copy link

In the original tutorial code expected to be different.
here, in the source code the problem is already fixed.

if (lineIndex >= LINES.length) {

It should be:
if (lineIndex > LINES.length) {

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant