module.exports = { "Quick Guide": { "DOM and Events": [ "create-modify-element", 'element-child-content', 'element-position-scroll', ], /* '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' */ ], };