Skip to main content

Practice ยท 1 of 1

Capstone Verification

Verify the decisions your final project encodes. Write one object capstone with: - layout: which CSS layout system(s) your site uses โ€” "flexbox", "grid", or "both" - nav: how your navigation adapts on small screens โ€” "hamburger", "stacked", or "horizontal" - storageKey: the localStorage key your stateful feature persists under (a string) - contrastChecked and keyboardNavigable and formLabeled: booleans confirming you audited each

Difficulty: advanced

Back to lesson: Practice: Final Project: Build, Ship, and Verify โ€” Practice