Created
August 5, 2017 07:25
-
-
Save arunkumar413/3d4b41d22e1241f752e611b6070f6020 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
var c=""; | |
for (i=0; i<len; i++) { | |
c = c + (if(condition) { | |
b[i].x + "," + b[i].y; | |
} | |
else if (condition){ | |
b[i].x; | |
} | |
else if(condition){ | |
b[i].y; | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment