Created
April 14, 2019 11:00
-
-
Save rexcfnghk/adb7ab0e16d2405b9e7b9e1e4e5041cc 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 list = []; | |
| list.push(1); | |
| list.push(2); | |
| list.push(3); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment