Тема: Виклик функції з іменованим параметром
Яка в мене тут помилка?
Вибиває помилку по синтаксису в 11 строці. Допоможіть, будь ласка.
const model = [
{type: 'title', value: 'First Header'},
{type: 'text', value: 'here we go with some text'},
{type: 'columns', value: [
'111111111',
'222222222',
'333333333'
]}
]
const $site = document.querySelector(selectors: '#site')
model.forEach(block => {
console.log(block)
})