Skip to content

Instantly share code, notes, and snippets.

@hemedani
Last active November 1, 2022 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hemedani/2824b10a9c150ef090804a99c1e28c50 to your computer and use it in GitHub Desktop.
Save hemedani/2824b10a9c150ef090804a99c1e28c50 to your computer and use it in GitHub Desktop.
create number from an array
const arr = [5, 6, 5, 4, 7, 8];
console.log(
"we should get back this number : 565478 :"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment