Conditions in js(JAVASCRIPT)

 Conditions in js

conditions are if then else else if 

like a copy of events

TO DO THIS:-


  JavaScript
  
let variable = 2 // The real if sample if (variable + 2 = 5) {
console.log("false") } else {
console.log("true") }

Comments

Popular posts from this blog

A tip for html

A joke