added short comments for all JS functions

This commit is contained in:
Will Bamberg
2016-01-14 15:06:44 -08:00
parent d65a87520c
commit b636b41f1b
9 changed files with 85 additions and 1 deletions

View File

@@ -1 +1,4 @@
/*
Just draw a border round the document.body.
*/
document.body.style.border = "5px solid red";