“question mark js” Code Answer's ... const isBlack = false;const text = isBlack ? 'Yes, black!' : 'No, something else.';console.log(text);// "No, something else.".
確定! 回上一頁