Posts by Walter Gms • 21 points
1 post
-
2
votes2
answers169
viewsA: Undefined variable, even if defined
Is that code inside a class? The this when within a class is the scope of class properties, commonly defined in constructor() class... class Teste { constructor() { this.title = 'Mensageria'; }…