First Draft
First Draft of the Example Files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<script>
|
||||
a = 1; b = 0
|
||||
document.write((a && b) + "<br>")
|
||||
document.write((a || b) + "<br>")
|
||||
document.write(( !b ) + "<br>")
|
||||
</script>
|
||||
Reference in New Issue
Block a user