How can you create dynamic select options within an EJS template using Express/MongoDB/Nodejs?
My dependencies are EJS, Express, and Mongoose. I am trying to figure out how I can make a Form/Select/Option that is dynamically driven by another Select/Option. In my app.js I have two different arrays, optionOneList and optionTwoList, that are created…