最終更新日:2024/07/29
The short circuit operator is used to evaluate two expressions and return the result of the first expression if it can determine the final result without evaluating the second expression.
正解を見る
The short circuit operator is used to evaluate two expressions and return the result of the first expression if it can determine the final result without evaluating the second expression.
編集履歴(0)