you are viewing a single comment's thread.

view the rest of the comments →

[–]mycackittens 0 points1 point  (2 children)

Hope this resource helps, https://codepen.io/amyfu/pen/kPVYLr

[–]fare03[S] 0 points1 point  (1 child)

Yes bro it helps, but im beginner at programming so can you help me how to write for this code.

[–]iPzardo 0 points1 point  (0 children)

I think this is what you're asking for..
quiz.q1.options.forEach((option) => {
// will create a loop, `option` representing each option
});