From the course: Building Full-Stack Applications with HTMX

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Using CoderPad challenges

Using CoderPad challenges

- [Instructor] Before we begin the course, one thing I would also like to point out is that this course contains automated code challenges. These code challenges help you to test out your skills to see if you have grabbed the concepts in each section. Here on the page, we have a sample of one of these code challenges. So in this video, I'm going to be walking around this screen to tell you what each window means and how you can take your tests. Here on the left hand side, you have the Instructions window. This is where you get the instructions for your task. Once you have grabbed the instruction, you can then come and write your answer in the Answer window. Most times this will contain some starter code and you have to fill in the blanks. Just below the answer window, we have the Test window. Typically, you're not supposed to touch this. This is where the test code is to run. This is the code that validates your solution. When you have filled in your answer, you can simply click the…

Contents