Skip to content

Instantly share code, notes, and snippets.

@YonatanKra
Created February 22, 2023 15:11
Embed
What would you like to do?
const QUESTIONS = [
{
id: '1',
selector: '#wife',
properties: ['right', 'margin'],
},
{
id: '2',
selector: '#tower-of-pise',
properties: ['font-style'],
},
{
id: '3',
selector: '#titanic',
properties: ['float'],
},
{
id: '4',
selector: '#moses > .sea',
properties: ['column-count'],
},
];
const ANSWERS = [
['100%0', '100%none'], ['italic'], ['none'], ['2']
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment