From the course: JavaScript: Patterns
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
CoderPad introduction - JavaScript Tutorial
From the course: JavaScript: Patterns
CoderPad introduction
- [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 a coding challenge, you'll be presented with four areas. 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 a success or render the component properly, which you see in the bottom-left screen. 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, you can either test or submit your code to finalize your test. Know that once it is submitted, you won't be able to edit the test anymore, so…
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.