优化 JavaScript 的判断

var startIndex = (start === undefined || start === null) ? null : start[0].Value; 如何优化