The "The Elm Architecture" Lesson is part of the full, Elm course featured in this preview video. Here's what you'd learn in this lesson:
Richard introduces the Elm architecture of model, view, and update. All of the application state lives in the model. When the update function changes the model, the view function returns the Html record and then the Elm runtime renders that as HTML.