Prompt for Friday, February 2

Inspiration: the The Brutal Lifecycle of JavaScript Frameworks by Ian Allen.
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!