课程: JavaScript Practice: Events
Getting started with CoderPad
- [Instructor] This course consists of automated code challenges that appear when you click on the challenge links in the courses 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 Coder Pad and they appear in the same area of the course page where you watch the courses 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 can 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 as you like. To get even more horizontal space for the code editors. You can collapse the courses table of contents on the left. Each challenge has instructions that include a description of the challenge and the challenge parameters and desired result. You'll create your answer in the top right code editor. There are comments in the starting code showing you where to put your solution. When you click test my code, you'll see a message indicating whether your code returned a correct result. If your code isn't successful, you can ask for help the show expected result and show hints variables determine whether you see the expected result and any hints. Change them to a value of True to control the output. The code editor in the lower right shows you how your solution is used. You can change that 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.