> As mentioned on [Spikes](https://learn.foundersandcoders.com/course/syllabus/foundation/testing/spikes/) ## Questions - What is a NodeList? - How is it different from an array? - What’s the different between “live” and “static” NodeLists? - What is the <template> element? - How can we use this to render dynamic UI? ## Resources - [NodeList | MDN](https://developer.mozilla.org/en-US/docs/Web/API/NodeList) - [The Content Template Element | MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template) - [Template element example](https://codepen.io/oliverjam/pen/yLNEOQO?editors=1010)