fbinnzhivko

Untitled

Sep 29th, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function properties([a, b, c, d, e, f]){
  2.     let myObj = {[a]: b, [c]: d, [e]: f};
  3.     console.log(myObj);
  4. }
  5. properties(['name', 'Pesho', 'age', '23', 'gender', 'male']);
  6. properties(['ssid', '90127461', 'status', 'admin', 'expires', '600']);
Add Comment
Please, Sign In to add comment