Created
September 22, 2019 01:14
-
-
Save djD-REK/e9d00a94944b3bf9ccbb63b9adef4362 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
| let array = ["π"] | |
| array.push("π") | |
| console.log(array) // Array [ "π", "π" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment