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