Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 339c0b6

Browse files
authored
Fix typo
line 46: changed "we loose" to "we lose"
1 parent f6ff773 commit 339c0b6

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/01-recursion/04-output-single-linked-list

1 file changed

+1
-1
lines changed

‎1-js/06-advanced-functions/01-recursion/04-output-single-linked-list/solution.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function printList(list) {
4343
}
4444
```
4545

46-
...But that would be unwise. In the future we may need to extend a function, do something else with the list. If we change `list`, then we loose such ability.
46+
...But that would be unwise. In the future we may need to extend a function, do something else with the list. If we change `list`, then we lose such ability.
4747

4848
Talking about good variable names, `list` here is the list itself. The first element of it. And it should remain like that. That's clear and reliable.
4949

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /