Skip to content

Commit 014a5bf

Browse files
updated script.js file
added documentation (author, date and version number)
1 parent 4db374c commit 014a5bf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

script.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*Linear Search Visualization CSS File
2+
author(Joshua Thomas)
3+
date(07.01.2022)
4+
version:1.0
5+
*/
6+
17
//Grab elements
28
const box1 = document.getElementById('box1');
39
const box2 = document.getElementById('box2');
@@ -102,4 +108,4 @@ start.addEventListener("click", (e)=>{
102108
}
103109

104110
}
105-
})
111+
})

0 commit comments

Comments
 (0)