Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const func =function(digits) {
  2.     let result = parseInt(digits.join(''));
  3.     console.log(result);
  4. }
  5. func([[6,1,4,5,3,9,0,1,9,5,1,8,6,7,0,5,5,4,3]])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement