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 trialLucas Krause
19,924 PointsCan't finish Code Challenge
Is it just me or does someone else always get the message "I cannot see your 'if' statement." when doing Task 2?
My code:
<?php
$name='Mike';
if($name==='Mike'){
}
?>
3 Answers
Christian Andersson
8,712 PointsUnfortunately, this code-challenge is bugged at the moment. Treehouse staff are aware of the issue and are working to resolve it.
Danny Nicolas
3,762 PointsHi - not sure if you want me to create a new thread for this, but the If Challenge for Ruby has the same issue teamtreehouse.com/library/if-challenge
edit - i read wrong, it is having a different issue - i'll post elsewhere.
Jason Anello
Courses Plus Student 94,610 PointsI just checked it and it passes fine for me.
You may want to create a new thread for that then and post the code you're trying so you can get help with it.