aboutsummaryrefslogtreecommitdiff
path: root/record.js
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2024-01-22 14:09:16 -0500
committersotech117 <michael_foiani@brown.edu>2024-01-22 14:09:16 -0500
commit0152bc0ac8b5e5c4c32f25cc7ecfb12b19dc5c64 (patch)
treed9ab6d08cbac9e6b1b1d9e97f8bba57ba6cf4d8c /record.js
parented8278faba0b7a17f802e9688893757f74c7722e (diff)
make the stencil student-ready
Diffstat (limited to 'record.js')
-rw-r--r--record.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/record.js b/record.js
index a23b550..2c138aa 100644
--- a/record.js
+++ b/record.js
@@ -1,3 +1,11 @@
+/*
+ Author: sotech117
+ License: Educational under Brown University
+ Date: 1/22/24
+ */
+
+// @ STUDENTS: DO NOT MODIFY THIS FILE!!
+
// generate a random UID for this user, on page load.
const UID = Math.round(Math.random() * 1000000);