You are viewing a single comment's thread from:

RE: The JavaScript Journey #3 - Logical Operators

in #programming7 years ago

Really good explanation About logical operators. And I think, for ternary operators you can add some more samples, because from my experience they are more difficult than binary operators.
Also in a next article you can talk about comparison operators. :)

Sort:  

Thank you. I'm glad you liked the article. Actually in the second lesson I explained the basics of comparison operators. But, next lesson I'll come back to them when explaining precise comparisons. You're right about the ternary operator being a bit difficult to understand at first. I'll definitely add a more detailed example in the next lesson. :)