How do you use the ? : (conditional) operator in JavaScript?

前端 未结 18 1609
感动是毒
感动是毒 2020-11-21 05:48

In simple words, what is the ?: (conditional, "ternary") operator and how can I use it?

18条回答
  •  感动是毒
    2020-11-21 06:10

    It's called the ternary operator. For some more info, here's another question I answered regarding this:

    How to write an IF else statement without 'else'

提交回复
热议问题