Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<!DOCTYPE html><html><body style="padding:20px;font-family:Arial"><div id="o"></div><script>const name="LearnCode";let count=0;count++;count++;document.getElementById("o").innerHTML="<p>const: "+name+"</p><p>let count: "+count+"</p>";</script></body></html>
Result
Open