Created
March 4, 2019 12:28
-
-
Save Violet-Bora-Lee/e1da30ef6fff22bcac82567041a2bcf8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 numbers = [1,2,3,4,5]; | |
const [one, two] = numbers; // one = 1, two = 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment