let posts = { 'first post!': 'first-post' } Object.keys(posts).forEach(post => { document.getElementById('posts_list').innerHTML += `