Created
October 4, 2023 05:17
-
-
Save vijayjangid/c1fd5a6971b344ab2df10f255ed7293c to your computer and use it in GitHub Desktop.
Object def
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let count; | |
if(count==1 && count==2 && count== 3) { | |
console.log('You did a miracle!"); | |
} else { | |
console.log('try again'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment