fbinnzhivko

Untitled

Sep 22nd, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function createObj([firstKey, firstValue, secondKey, secondValue, thirdKey, thirdValue]) {
  2.     return {
  3.         [firstKey]: firstValue,
  4.         [secondKey]: secondValue,
  5.         [thirdKey]: thirdValue
  6.     };
  7. }
Add Comment
Please, Sign In to add comment