mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 22:02:42 +00:00
36 lines
662 B
JavaScript
36 lines
662 B
JavaScript
module.exports = {
|
|
"Quick Guide": {
|
|
"DOM and Events": [
|
|
"create-modify-element",
|
|
'element-properties',
|
|
],
|
|
|
|
/*
|
|
'DOM and Events': [
|
|
'create-modify-element',
|
|
'read-from-element',
|
|
'event-callback-delegation',
|
|
'event-delegation-bubbling',
|
|
'input-elements',
|
|
'form-validation',
|
|
'mouse-touch-events',
|
|
'scroll-intersection-observer',
|
|
],
|
|
'CSS': [
|
|
'common-selectors',
|
|
'specificity',
|
|
]
|
|
*/
|
|
},
|
|
tasks: [
|
|
/*
|
|
'infinite-scrolling-page-with-api',
|
|
'draggable-element',
|
|
'drag-and-drop',
|
|
'clock-ui',
|
|
'popup-manager',
|
|
'todo-list'
|
|
*/
|
|
],
|
|
};
|