Imgflip Logo Icon

JavaScript Condition Statement

JavaScript Condition Statement | if (a === b) { 
   return true 
} else { 
   return false
}; if (a === b) return true

return false; a === b ? true : false | image tagged in vince mcmahon,javascript,if/else,true/false,conditional | made w/ Imgflip meme maker
13,266 views 3 upvotes Made by TerrenceMM2 3 years ago in fun
Vince McMahon memeCaption this Meme
1 Comment
0 ups, 3y
what
Vince McMahon memeCaption this Meme
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
if (a === b) { return true } else { return false }; if (a === b) return true return false; a === b ? true : false