I am creating HTML based on the response from ajax call. I need to include one of the components those many times based on the response of ajax call.
var ajaxCallResp = [object,object,..];
I am using slick js for carousel behavior. For each object in "ajaxCallResp", I need to create the component with different ID in javascript.
Can you please let me know how to achieve?