Skip to content

Class objects methods and variables not being found #56

@pixelpad-io

Description

@pixelpad-io
class Turtle{
  constructor(){
    this.legs = 4;
    this.shell = true;
  }
  speak(w){
     console.log(w)
  }
}
player1= new Turtle();

Typing in "player1." I expect it to find the variables / methods of player1, but it only pulls up ace's default list of snippets and local word list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions