Skip to content

Instantly share code, notes, and snippets.

@camilomontoyau
Created October 6, 2018 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camilomontoyau/58b8528c2483931f3377459c9c5a7403 to your computer and use it in GitHub Desktop.
Save camilomontoyau/58b8528c2483931f3377459c9c5a7403 to your computer and use it in GitHub Desktop.
react starbucks
const container = document.getElementById('container');
const segundo = document.createElement('div');
segundo.id = 'segundo';
segundo.innerText = 'hola soy segundo';
container.appendChild(segundo);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment