Skip to content

undefined String, missing console error #444

Closed
@shiffman

Description

@shiffman

The following code produces an error in the Chrome console Cannot read property 'toString' of undefined but no error shows up in the editor console.

let txt;

function setup() { 
  createCanvas(400, 400);
  text(txt,100,100);
} 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority:MediumModerately important, should be completed in a fair timeframe

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions