Dynamically changing the rendering of different elements in EJS
I am using EJS, express and axios to pushing over an array called `data` containing all the data to be rendered. I am looping over the data array to render it and that’s working.
I am using EJS, express and axios to pushing over an array called `data` containing all the data to be rendered. I am looping over the data array to render it and that’s working.