Answers for "how to say "and not" in javascript"

0

how to say "and not" in javascript

a = 1
if (a && !b) {
	//this is if and A not B
  console.log(true)
}
Posted by: Guest on February-28-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language