I have an abstract class that defines a method `st...
# javascript
t
I have an abstract class that defines a method
start
, and when I try to create a class based off it and use that method I get an undefined error. I've tried adding
@JsName
to the abstract method but to no avail