Created
May 21, 2018 17:38
-
-
Save mekhami/855489344c81c3e845cb9df565ac6b6a to your computer and use it in GitHub Desktop.
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
return this.variables.reduce((obj, current) => { | |
obj[current.field] = current.value | |
return obj | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment