From the course: React Practice for Beginners: Build and Modify Basic Components
CoderPad tour - React.js Tutorial
From the course: React Practice for Beginners: Build and Modify Basic Components
CoderPad tour
- [Instructor] This course includes automated code challenges that appear when you click on the challenge links in a course's table of contents. Each challenge includes instructions and a couple of code editors you can use to create and test your own solution to the challenge. These challenges are hosted by CoderPad, and they appear in the same area of the course page where you watch the course's videos. We recommend using a desktop browser for the best experience with code challenges, but you can use the LinkedIn Learning mobile app if you prefer. The code challenge has four areas, instructions in the top left, a code editor for your answer in the top right, another code editor where you see how your code is used in the bottom right, and a console for output in the bottom left. You can use these drag handles to allocate space if you like. To get even more horizontal space for code editors, you can collapse the course's table of contents on the left. Each challenge has instructions that include the description of the challenge and the challenge's parameters and desired result. Create your answer in the top right code editor. There are comments in the starting code showing where to put your solution. When you click test my code, you'll see a message indicating whether your code returned the correct results. The code editor in the lower right shows how your solution is used. You can change the code to experiment with different test cases. Regardless of whether your answer is successful, you'll see messages in the console output in the lower left. If any messages are too long to fit in that area, you can scroll sideways to see all of the text. When you finished each code challenge, return to the course's table of contents and click the next video to see my solution.