Apps are full of lists—articles, videos, events, and so on—and these lists are often created dynamically with JavaScript. Say you're creating a list of news articles. Your HTML might begin like this: <ul id="articles"> </ul> How should you fill the empty <ul> with content? There are two basic approaches: Read More →
