Last active
November 1, 2022 18:51
-
-
Save hemedani/2824b10a9c150ef090804a99c1e28c50 to your computer and use it in GitHub Desktop.
create number from an array
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
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