chalk.ist Open in urlscan Pro
76.76.21.142  Public Scan

URL: https://chalk.ist/
Submission: On February 06 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

720 x 424



1
const btn = document.getElementById('btn')








Enter to Rename, Shift+Enter to Preview
1
c








Enter to Rename, Shift+Enter to Preview


 * 

1
2
3
4
5
6
7
8
9
10
11
12
const btn = document.getElementById('btn')
let count = 0
function render() {
  btn.innerText = `Count: ${count}`
}
btn.addEventListener('click', () => {
  // Count from 1 to 10.
  if (count < 10) {
    count += 1
    render()
  }
})








Enter to Rename, Shift+Enter to Preview

Theme

Language

Window controls

Twitter Badge

Line numbers
Background
Reflection
Padding X

Padding Y

Diff
ExportCopy Link to ClipboardCopy Image to ClipboardDownload PNG
Support
Follow on TwitterBuy me a coffeeLearnView on GitHubView Analytics
Created by Kasper Mikiewicz