Created
January 13, 2020 14:52
-
-
Save cesarkohl/22546b02c2f6a2b3456f4461fe26ea17 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
| // examples | |
| var object = {}; // object | |
| var number = 1; // number | |
| var name = "Keys"; // string | |
| var list = [1,2,3]; // list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment