Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Vanilla JavaScript: Binding and Propagation

Posted By: Landau17
Vanilla JavaScript: Binding and Propagation

Vanilla JavaScript: Binding and Propagation
MP4 | Video: 720p | Duration: 1:09:18 | English | Subtitles: VTT | 174.5 MB



Are you familiar with foundational JavaScript concepts, but want to continue to build your understanding of this essential scripting language? In this course, explore some more advanced JavaScript concepts—including how to manage propagation and binding—as you learn how to build a few interesting card games. Instructor Leigh Lawhon begins by explaining how to plan your application, breaking down the card game into its basic objects. She then goes over how to add a card flip animation to your project using CSS3, looks at three contexts of "this" with methods, and explains how to add a shuffle function. Leigh also goes over the drag-and-drop life cycle, how to use prototypical inheritance to optimize your code, and more.

Topics include:
  • Working with prototype and dynamic elements
  • Using bind, call, and apply
  • Using the Fisher–Yates formula
  • When to use e.preventDefault() and when to avoid it
  • Drag-and-drop life cycle
  • Using prototypical inheritance to optimize your code