The Ternary Operator -JavaScript
This is how I got comfortable using the ternary operator. So the other day I tried to solve a leet code problem with JavaScript. I wanted to use the ternary operator to write shorter code. It was a little tough though I had prier knowledge on the bas...