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") }
Welcome to "For Developers" β A blog by Mahdi Ali, one of Pakistanβs youngest developers at just 8 years old! π This blog is a hub for developers, featuring coding tips, project ideas, and tutorials for HTML, Python, and JavaScript. Whether you're a beginner or an expert, you'll find valuable insights to level up your skills. π₯ What You'll Find Here: β Expert Coding Tips β Learn tricks for HTML, Python, and JS. β Community Projects β Share your work and explore othersβ creations. β Live HTML
JavaScript
let variable = 2 // The real if sample if (variable + 2 = 5) {
console.log("false") } else {
console.log("true") }
Comments
Post a Comment
hello