Skip to content

Instantly share code, notes, and snippets.

@smpnjn
Created March 21, 2021 18:41
Show Gist options
  • Save smpnjn/4ae310917ba1c77b4eec10d809d79409 to your computer and use it in GitHub Desktop.
Save smpnjn/4ae310917ba1c77b4eec10d809d79409 to your computer and use it in GitHub Desktop.
let html = '<h2><i class="fas fa-fire-alt"></i> Recently Popular</h2><ol>';
newObj.forEach(function(item) {
html += `<li><a href="${item.url}">${item.title}</a></li>`
});
html += '</ol>';
return html;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment