From the course: React: Testing and Debugging
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Introduction to CoderPad - React.js Tutorial
From the course: React: Testing and Debugging
Introduction to CoderPad
- [Instructor] In this course, you'll have an opportunity to be tested on the knowledge you'll gain throughout, and we're doing this through a series of coding challenges. When you first open the coding challenge, you'll be presented with four areas, like this. The top left gives you the specific instructions on what is the goal of the challenge, and what you need to accomplish. The screen on the top right is where, in most cases, you'll have to add or change the code to make the test succeed, or render the component properly, which you can see on the bottom left here. You can also see the Console output if you need to check it. Finally, in the bottom right, you see the test code, which you might have to change or add new code in some exercises. Just follow the comments and instructions to see where you need to change or add new code. Once you're done updating, what you can do is Test my code to submit your code to finalize your test, like so. So, right now, you can see that test pass…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.