Created
January 9, 2018 21:11
-
-
Save dmcgrath/4f4c866c90810b34af13b4fcecbee784 to your computer and use it in GitHub Desktop.
This file contains 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
; function findItem() { ; | |
; var item ; | |
; while(item_not_found) { ; | |
// search | |
; } ; | |
; return item ; | |
; } ; | |
; var item = findItem() ; | |
// Do something with item | |
; doSomethingElse() ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wrong. You need to justify the text.