We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fa3fd commit fb62ed4Copy full SHA for fb62ed4
test2.html
@@ -173,7 +173,7 @@
173
for (j = 0; j < myCastles.length; j += 1) {
174
if ( 1) {
175
for (i = 0; i < myArrows.length; i += 1) {
176
- if (myArrows[i].active and myCastles[j].crashWith(myArrows[i])) {
+ if (myArrows[i].active && myCastles[j].crashWith(myArrows[i])) {
177
myArrows[i].active=0;
178
myCastles[j].active = myCastles[j].active - 1;
179
myCastles[j].image.src = "castle_" + myCastles[j].active.toString() + ".gif"
0 commit comments