Learn JavaScript LOGICAL OPERATORS in 5 minutes ❗

7 Views
Published
// logical operators = used to combine or manipulate Boolean values
// (true or false)

// AND = &&
// OR = ||
// NOT = !
Category
Bro Code
Tags
javascript, javascript tutorial, javascript full course
Be the first to comment