First Draft
First Draft of the Example Files
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<script>
|
||||
string = "The quick brown fox jumps over the lazy dog"
|
||||
|
||||
with (string)
|
||||
{
|
||||
document.write("The string is " + length + " characters<br>")
|
||||
document.write("In upper case it's: " + toUpperCase())
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user