Created
February 10, 2020 22:10
-
-
Save robdodson/fa563e1a0fa87c48a3f699d2f4fa91be to your computer and use it in GitHub Desktop.
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
module.exports = (collection) => { | |
return collection | |
.slice(0, 3); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was thinking something like this, but it feels pretty dangerous: