Code.org Lesson 7.9 Loops Practice | Tutorial with Answers | Unit 6 C.S. Principles

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thank you so much for posting these AppLab tutorials! I’m not in your class or anything but they help me so much with my school work because you explain everything so well. Thank you for doing what you do and keep up the amazing work!

broevil
Автор

I would not have gotten thru this without you. You're welcome for viewing all your loop videos.

lukashelmstetter
Автор

I absolutely love your videos!!! Just wanted to add that, in order for ONLY the evens to have white borders, I figured out that a setProperty for the odds is needed. --> setProperty("dice" + i, "border-color", "#7D6CA6"); This allows the odd numbers to have the same border color as the background (#7D6CA6), therefore making it transparent. So, the only even boxes would have white borders showing.

sunset
Автор

Thank you for doing this; you're a really big help. When I followed your instructions, all of my borders turned white (not just the evens). Is there something you think I might have done wrong?

andrewrussell