Testing this out. Look forward to working with everyone!
Hiro-Protagonist
@Hiro-Protagonist
bloop
_
Samantha Camus
@xdothackerx
Hello guys~
HeyIamJames
@HeyIamJames
reporting in
Hiro-Protagonist
@Hiro-Protagonist
bonjour
Samantha Camus
@xdothackerx
Welcome~ Still missing a few people. :(
Hiro-Protagonist
@Hiro-Protagonist
boo
sfischer89
@sfischer89
Hi Sam!
Samantha Camus
@xdothackerx
Hiya! Do you have a question for me, or are you just saying hi?
sfischer89
@sfischer89
Just checking in :smile:
Adrienne Camus
@AyenCamus
Hi. O.O
Samantha Camus
@xdothackerx
FInally!
Now we're just missing like... 6 people.
Adrienne Camus
@AyenCamus
lol
Rachel Kudrna
@rkudrna
Hey @xdothackerx , many people are talking about when we can come to the Boren office to work on class projects. Are there hours that its open for students to plop down and work on a project? Even if TAs aren't there?
Samantha Camus
@xdothackerx
As far as I know you are welcome to come in to work in the CF work spaces any time, as long as there is room. Since there are other classes that go on at CF and they use the spaces a lot of the time, those spaces are reserved for them at those times, but it's usually not to hard to find somewhere to work. :)
Andrea Winters
@andreawinters
Hey it's been a while now, and I was hoping to get some feedback on my site rebuild. I did turn it in a few hours late...
Samantha Camus
@xdothackerx
Oh ummm... let me see if I got to that one already.
Samantha Camus
@xdothackerx
Guess not!
Unfortunately you're last alphabetically, so I'm getting to yours last, haha... I'll make sure to switch up the order I grade in next time.
@andreawinters, looks like you're missing the outline part of the assignment?
Your HTML portion looks great, though.
Samantha Camus
@xdothackerx
There are a couple things I'd change, but I'll comment them on your submission on Canvas.
Andrea Winters
@andreawinters
Sweet! Thanks so much and yes the joys
Rachel Kudrna
@rkudrna
@xdothackerx I've been working in codecademy today and I'm wondering what is wrong with this:
for (var i = 1; i < 4; i++) { console.log("counting in for loop");
var count = 0; while (count < 3) { console.log("var = " + count); count++; }
var condition = false; do { console.log("Mandatory printout."); } while(condition);
Would you take a look and help me find my error(s)?