Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

not equal to in js

let a=12
if(a!=5){
  console.log(true)
}
since a is not equal to 5, it will print true
 
PREVIOUS NEXT
Tagged: #equal #js
ADD COMMENT
Topic
Name
2+8 =