Updated sketch

First pass at helper sketch
This commit is contained in:
Sarah GHP 2022-04-19 19:28:53 -04:00
parent c1d27503e8
commit 75a3be5403

View File

@ -56,5 +56,4 @@ testWithTypedArrayConstructors(TA => {
assert.sameValue(contents.at(0), 3, `contents.at(0) must return 3 in ${name}`)
assert.sameValue(contents.at(1), 4, `contents.at(1) must return 4 in ${name}`)
})
});