Skip to content

Instantly share code, notes, and snippets.

@istar0me
Created November 17, 2017 13:21
Show Gist options
  • Save istar0me/62300b842ff15a62ed878ba0899727ed to your computer and use it in GitHub Desktop.
Save istar0me/62300b842ff15a62ed878ba0899727ed to your computer and use it in GitHub Desktop.
test.js
<html>
<head>
</head>
<body>
<div id="turn">
</div>
<button onclick="f1()">click me</button>
<script>
function f1() {
document.getElementById("turn").innerHTML = `It's <span style="color:#FFFFFF">p1</span> 's turn now`
}
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment