Constructor parameters are getting assigned after super() is called

it errors cause the sound_ is not yet assigned.
image.png
Solution
the ts doesnt even allow to assign variables before super call
Was this page helpful?