Skip to content

Instantly share code, notes, and snippets.

@pier-oliviert
Created March 20, 2016 20:24
Show Gist options
  • Save pier-oliviert/110ae0a4419ac6dc5c88 to your computer and use it in GitHub Desktop.
Save pier-oliviert/110ae0a4419ac6dc5c88 to your computer and use it in GitHub Desktop.
{
startsWith() {
return (
<div id="hello">
</div>
);
}
test() {
document.getElementById("hello")
hello.textContent = "Hello World!"
}
endsWith() {
return (
<div id="hello">
Hello World!
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment