Skip to content

Instantly share code, notes, and snippets.

@vijayjangid
Created October 4, 2023 05:17
Show Gist options
  • Save vijayjangid/c1fd5a6971b344ab2df10f255ed7293c to your computer and use it in GitHub Desktop.
Save vijayjangid/c1fd5a6971b344ab2df10f255ed7293c to your computer and use it in GitHub Desktop.
Object def
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