Skip to content

代码含二元表达式存在问题 #1

@duyinghua

Description

@duyinghua

当测试代码片段含有二元表达式时存在死循环问题,如:

var test = function (a, b){
   return a > 20 ? a : b
}
console.log(test(10, 1))

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