标签: javascript syntax conditional-operator
我知道ternary operator
但是使用'?'没有冒号,这对我来说很不寻常
这是一个例子:
path?.forEach(id => checkID(id));