Home

JavaScript Variables

<script>
var x = 100;
document.write(x);
</script>

JS Keywords
Special Chars
Comparison Ops
x = 100