Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMichael North
2,561 PointsCompiler errors
I' m having multiple compiler errors in my cod and I don't know how to fix them. https://w.trhou.se/37nnxgw71k Please Help.
3 Answers
Timothy Schmidt
4,806 PointsBoth errors are in your Tower.Cs
- At line 20 you spelled
IsSuccessfulShot
asIsSuccesfulShot
(you're missing an s). - At Line 37 you wrote invader with a capital I. It should be
invader.Isneutralized
.
Michael North
2,561 PointsWow, those are easy fixes. I'm sorry I wasted your time. Thank you so much.
Mike Hickman
19,817 PointsDon't think of it as wasting time. We've all been there. I've spent literally 4 hours trying to debug a problem that was just one extra "c" in 'success'. It won't be the last time you misspell something either. :p Just keep plugging along and don't be afraid to ask questions.
Cheers,
Mike
Michael North
2,561 PointsThank you, means a lot!