Skip to content

Instantly share code, notes, and snippets.

@TheBrown
Created June 9, 2018 14:52

Revisions

  1. TheBrown created this gist Jun 9, 2018.
    7 changes: 7 additions & 0 deletions index.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    const name = 'saleumsack';
    const element = <h1>Sabaidee {name}</h1>;

    ReactDom.render(
    element,
    document.getElementById('root')
    );