This pattern allows the user to filter a list into a new list by limiting the information that is added to the new list. For example, you could filter a list of words so that only words of a certain length or words that start with a specific letter appear in the new list.
| Name | Code |
|---|---|
| List Filter - starting letter (block) | |
| List Filter - starting letter (text) |
| Name | Code |
|---|---|
| List Filter - length (block) | |
| List Filter - length (text) |
What if you have multiple lists, but want to filter all the lists based on the information in a single list?
| Name | Code |
|---|---|
| Multiple List Filter (block) | |
| Multiple List Filter (text) |
Found a bug in the documentation? Let us know at documentation@code.org