Quiz Yourself on Stimulus

Let's take a quiz on what we have learned so far.

We'll cover the following...
Technical Quiz
1.

Suppose you want to add a Stimulus controller called fancy-color to the following DOM element:

<section class="flower" id="red">

What’s the best way to do this?

A.

Find a relevant DOM element to add this to.

B.

<section class="flower" id="red" data-controller="flower">

C.

<section class="flower" id="red" data-controller="fancy-color">


1 / 8