From the course: React: Authentication
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
A tour of Coderpad - React.js Tutorial
From the course: React: Authentication
A tour of Coderpad
- [Instructor] Now, before we get started, you might have noticed that there are a number of CoderPad challenges in this course, and that's what you see here. So, basically, CoderPad challenges are just interactive challenges where you'll be asked to complete or modify the code in this window here, and there's a number of other tools that are provided to help you out with this, right? Now, since these are going to be React-related challenges, you'll see over here on the left hand side, the results of the code that you've written in this answer block, and over here on the right hand side, underneath the answer block, this is some automated test code that will check to see whether your answer that you've created is correct or not. Now, you can run this test code just by clicking Test my code down here, and if something isn't complete or if something isn't correct, you'll see that the test will fail there, right? So, what you ideally are going to see after you've written your answer is…