Skip to content

Instantly share code, notes, and snippets.

@cesarkohl
Created January 13, 2020 14:52
Show Gist options
  • Select an option

  • Save cesarkohl/22546b02c2f6a2b3456f4461fe26ea17 to your computer and use it in GitHub Desktop.

Select an option

Save cesarkohl/22546b02c2f6a2b3456f4461fe26ea17 to your computer and use it in GitHub Desktop.
// 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