First Draft
First Draft of the Example Files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
document.write(
|
||||
a <= 5 ?
|
||||
"a is less than or equal to 5" :
|
||||
"a is greater than 5"
|
||||
)
|
||||
</script>
|
||||
Reference in New Issue
Block a user