-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47a3302
commit 08bc502
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -441,7 +441,7 @@ invited_friends(friends) | |
The following questions are an opportunity to reflect on key topics in this lesson. If you can't answer a question, click on it to review the material, but keep in mind you are not expected to memorize or master this knowledge. | ||
|
||
- [What does the `#each` method do? What does it return?](#the-each-method) | ||
- [What does the `#each_with_index` method do?](#the-each_with_index-method) | ||
- [What does the `#each_with_index` method do?](#the-eachwithindex-method) | ||
Check failure on line 444 in ruby/basic_ruby/basic_enumerable_methods.md GitHub Actions / Lint lesson filesLink fragments should be valid
|
||
- [What does the `#map` method do?](#the-map-method) | ||
- [What does the `#select` method do?](#the-select-method) | ||
- [What does the `#reduce` method do?](#the-reduce-method) | ||
|