JavaScript Practice: Events

JavaScript Practice: Events

22mIntermediate2023-09-13

Authors

Jamie Pittman

Jamie Pittman

Full-Stack Software Developer

Course details

As a JavaScript developer, much of the code you write centers on events triggered by users. Improving your understanding of how these events can be utilized will help you sharpen your skill set and help you work more efficiently. In this course, Jamie Pittman provides challenges that test your knowledge of five common JavaScript events. Check out these code challenges to gain a deeper understanding about JavaScript events and how these events can be incorporated into additional learnings and into your own JavaScript work.

Skills covered

Ecma InternationalJavaScriptProgramming LanguagesSoftware DevelopmentOne-Off

Concepts

Introduction

  • Testing your skills with JavaScript
  • Getting started with CoderPad

Events

  • Solution - Add button text on click
  • Solution - Add list of colors on key down
  • Solution - Remove list of colors on key up
  • Solution - Display selected result on change
  • Solution - Display window dimensions on resize

Conclusion

  • Continuing on with JavaScript