Web Portfolio Projects: Binding and Propagation

Go to class
Write Review

Free Online Course: Web Portfolio Projects: Binding and Propagation provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Web Portfolio Projects: Binding and Propagation is taught by Leigh Lawhon.

Overview
  • Learn about some more advanced JavaScript concepts—including managing propagation and binding—as you build a few interesting card games.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Using the exercise files
    1. Working with Prototype and Dynamic Elements
    • Plan our application
    • Pseudo code
    • Immediately invoked function expression
    • Dynamic elements: Game and deck
    • Dynamic elements: Cards
    2. Animation and the Meaning of This
    • CSS animations: Card flip
    • The meaning of this
    • Bind, call, and apply
    • Apply concepts
    • Shuffling
    • Stacking
    • Challenge: Refactor
    • Solution: Refactor
    3. Propagation and Drag and Drop
    • Propagation
    • Discard rows and rules
    • Discard pile
    • Drag and drop
    Conclusion
    • Next steps