DEV Community

abbyandme
abbyandme

Posted on

How to call image src in JS file in react quiz

I have a quiz app that I'm trying to build. You can reference each item in 'questions' like this: {questions[level][currentQuestion].question}. but for I don't know how to reference this. It doesn't work in the src and I've tried a couple other things, but I can't find anything that works. I can get everything but the images. Can anybody please help me?code

Top comments (0)