Ryan Allred

Results 2 issues of Ryan Allred

I tried the following in both the online repl and locally though npm. ``` javascript class Blah { get a(){ alert('getting a'); } set a(){ alert('setting a'); } } ```...