指定されたconditionが true ならstatement1が実行されます。条件が false なら、
statement2が実行されます。
if (condition) { statement1 } else { statement2 }
`
`
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
指定されたconditionが true ならstatement1が実行されます。条件が false なら、
statement2が実行されます。
if (condition) { statement1 } else { statement2 }
`
Register as a new user and use Qiita more conveniently
Go to list of users who liked