Created
March 30, 2019 04:04
-
-
Save meherhowji/c292aadf38b929c22b0b7fbc5f5ac35c 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
const getInput = (data, index) => data[index]; | |
const getTarget = input => [...input].pop(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment