This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Gregory Brown [MOVED, SEE BIO]
skillstopractice.com
did:plc:ip3trmvdbnlm4g7cdc5xs7ub
So when we call @test_scores.clear() for example, that's still message passing to another object.
But doing @test_scores = [] is reassignment.
Funny enough test.scores = [] is *not*, because in this case scores=() is a method, and so it's doing message passing.
2024-12-21T16:51:54.752Z