Skip to content
This repository was archived by the owner on Nov 17, 2017. It is now read-only.
This repository was archived by the owner on Nov 17, 2017. It is now read-only.

Courtesy post - slight error in your example #5

Description

@colingoldberg

Hi,

This is not a major issue, but a minor adjustment to your documented example is needed.

You have:
var testData = {
outlook : 'sunny',
windy : 'TRUE',
temperature: 30,
humidity : 2,
play : 'no' // last is class attribute
};

But the ordering is wrong - and causes the java to barf. It should be:
var testData = {
outlook : 'sunny',
temperature: 30,
humidity : 2,
windy : 'TRUE',
play : 'no' // last is class attribute
};

Cheers

Colin Goldberg

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