Skip to content

Instantly share code, notes, and snippets.

@rockiger
Created February 19, 2021 08:35
Show Gist options
  • Save rockiger/e28392bd754741a9397e719227f44643 to your computer and use it in GitHub Desktop.
Save rockiger/e28392bd754741a9397e719227f44643 to your computer and use it in GitHub Desktop.
// 1)
let isOpen = false;
// 2)
let addressForm = {
first: "Donald",
last: "Duck",
street: "Webfoot Walk",
no: "1313",
town: "Duckburg",
state: "Calisto",
};
// 3)
const issues = [
{
"url": "https://api.github.com/repos/rockiger/metado/issues/47",
"number": 47,
"title": "Look into warnings from react beautiful dnd",
"body": "",
...
},
...
{
"url": "https://api.github.com/repos/rockiger/metado/issues/46",
"number": 46,
"title": "Create Testsystem for metado",
"body": "- [ ] https://firebase.google.com/docs/emulator-suite\n",
...
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment