Created
February 19, 2021 08:35
-
-
Save rockiger/e28392bd754741a9397e719227f44643 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
// 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