Skip to content

Instantly share code, notes, and snippets.

View ironhack-edu's full-sized avatar

Ironhack Education Team ironhack-edu

View GitHub Profile
function appendDiv(message) {
const div = document.createElement('div')
div.textContent = message
document.body.appendChild(div)
}
export {appendDiv}
@ironhack-edu
ironhack-edu / README.md
Last active March 16, 2021 21:14 — forked from ross-u/README.md
Heroku Deployment (with Mongo Atlas) - M2