Why a Ternary Operator is not a Conditional Operator in JS

1 · freeCodeCamp.org · Jan. 17, 2023, 7:38 p.m.
Until recently, I called a ternary operator a conditional operator in JavaScript. But I just learned that this isn't correct. In this tutorial, I will explain how I learned this, and hopefully it teaches you something new. I have a video version on this topic [https://youtu.be/vcNlFKzZTq4] you can watch as...