DEV Community

Jocelyne1124
Jocelyne1124

Posted on

Lesson 17 DQ

In this lesson we created an app in which we could change the colors of an area that was controlled by sliders and switches. We learned about connecting them to the code so that they would change the color. When connecting the sliders and switches we noticed the difference between an outlet and an action. Outlets connect variables while actions connect the controls such as the switches and the sliders we used. A developer might opt to use control events rather than the default event when they want to personalize a part of their application.

Top comments (0)