Prompt for Friday, February 3

Inspiration: the Roper Center archive of "Most Important Problem" surveys.
D3 is a library that makes it easy to create and manipulate page elements. It's not restricted to SVG elements, but that's what we'll usually use it for. We'll start by using d3 to select DOM elements, create new elements, and modify the content and appearance of elements.
Hello!