diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-01-22 14:09:16 -0500 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-01-22 14:09:16 -0500 |
commit | 0152bc0ac8b5e5c4c32f25cc7ecfb12b19dc5c64 (patch) | |
tree | d9ab6d08cbac9e6b1b1d9e97f8bba57ba6cf4d8c /record.js | |
parent | ed8278faba0b7a17f802e9688893757f74c7722e (diff) |
make the stencil student-ready
Diffstat (limited to 'record.js')
-rw-r--r-- | record.js | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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); |