import {simpleNotification} from '../z_comps/notify.js'; for (let data of dataList) { simpleNotification(data.title, data.body, data.typeAlert); }