Zindan adların efendisi yardım

Cevabı bulamadım denedim denedim bir şey kaçırıyorum am bulmadım

Burada çözüm istemiyoruz. Lütfen kodunuzu gönderin, böylece yardımcı olabiliriz.

yardım edin nasıl yapailirm neyim eksik

Kodunuzu buraya göndermediğiniz sürece yardım edemeyiz.

Your hero doesn’t know the names of these enemies!

Use the findNearestEnemy method on your new glasses.

Assign the result of hero.findNearestEnemy() to the variable enemy1:

enemy1 = hero.findNearestEnemy()
enemy2 = hero.findNearestEnemy()
enemy3 = hero.findNearestEnemy()

enemy1 now refers to the nearest enemy. Use the variable to attack!

hero.attack(enemy1)
hero.attack(enemy1)
hero.attack(enemy2)
hero.attack(enemy2)
hero.attack(enemy3)
hero.attack(enemy3)

Now that enemy1 is defeated, calling hero.findNearestEnemy() again will result in finding the new nearest enemy.

enemy2 = hero.findNearestEnemy()
hero.attack(enemy2)
hero.attack(enemy2)

Assign the result of hero.findNearestEnemy() to the variable enemy3:

Now attack using the enemy3 variable:

Please learn to post your code correctly. The way it is now, we can’t see the structure. Help us help you. It’s very easy to do and just takes a tiny bit of effort. Please read this topic and format your code again correctly

Beyler buldum sonunda basitmiş özür dilerim yorduğum için

Either google translate’s weird or you finished the level. Did you?
00%20PM

hayır ben yapamdım uğraştım mantığını anladım