...

/

Quiz Yourself on Stimulus

Quiz Yourself on Stimulus

Test yourself on Stimulus in this lesson.

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

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

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

How would you go about 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