Created
June 24, 2017 20:26
-
-
Save gearmobile/a40dfccc675e09ab94bb2d44de2460c9 to your computer and use it in GitHub Desktop.
идеально подойдет перебирающий метод filter
This file contains hidden or 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
// по-моему идеально подойдет перебирающий метод filter | |
primo = common.filter(item => item.name === 'pane' || 'wardrobe' || 'ironing') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment