function setup() { noCanvas(); selectAll('.name').forEach(item => { httpGet(item.attribute('src'), text => { item.html(text); }) }) }