Skip to content

[bug] array.length is not supported #192

@Colindeng

Description

@Colindeng
- var lessons = ["jade","js"]
if lessons
    if lessons.length>2
        p more than 2: #{lessons.join(',')}
    else if lessons.length >1
        p more than 1: #{lessons.join(',')}
    else
        p no1 lessons:#{lessons.length}
else
    p no2 lessons

output
no1 lessons:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions