challenges
MDX Table of Contents: Part 4
[
Dev W rkshop
]
May 9, 2024
Add a descriptive id for each heading
MDX
Next.js
React
MDX Table of Contents: Part 3
[
Dev W rkshop
]
May 2, 2024
Make the table of contents sticky and responsive
MDX
Next.js
React
MDX Table of Contents: Part 2
[
Dev W rkshop
]
April 25, 2024
Create a table of contents from the headings
MDX
Next.js
React
MDX Table of Contents: Part 1
[
Dev W rkshop
]
April 18, 2024
Extract the headings from the MDX
MDX
Next.js
React
Flexercise #2
[
Mini uiz
]
April 11, 2024
Use Flexbox to create a responsive footer
CSS
Flexbox
Flexercise #1
[
Mini uiz
]
April 4, 2024
Use Flexbox to create the layout
CSS
Flexbox
Copycat object
[
C de Check
]
March 28, 2024
Why doesn't an object copy maintain its identity?
JavaScript
object
React Array Keys
[
C de Check
]
March 21, 2024
Why is `Math.random()` a bad value for the `key` prop?
React
Unseen React Component
[
C de Check
]
March 14, 2024
Implicit returns aren't always implied
JavaScript
React
JSX and the && Operator
[
C de Check
]
March 7, 2024
How exactly does && work in JSX?
JavaScript
React
A11y Pitfalls
[
C de Check
]
February 29, 2024
Spot the a11y errors in this sign-in form
A11y
HTML
Object Notation: Dot vs Bracket
[
C de Check
]
February 22, 2024
Access an object by a variable property
JavaScript
object