Skip to content

Bug in "four principles" code block on page 118 #63

@kevbungard

Description

@kevbungard

".values" is missing from line 6. (...the same error is on line 12 of the Script Lab Snippet as well)

Code reads:
6 if (taxNamedRange[0][0] >= 0) {
Should read:
6 if (taxNamedRange.values[0][0] >= 0) {

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