例如:
// .优先级高于! !/1[34578]d{9}/.test('13012345678') // false
// 从右向左 let a = 3, b = 7, c; c = a>4?b>6?10:11:12; // 12