Adding a Delay? - Code. org Professional Learning Community I’m using the code org curriculum for the second year, and figured I’d better get my butt in gear and get better at java script I was a database developer for years but I’m afraid my coding is awfully rusty so my apologies in advance – since I’m relatively sure I’m doing something dense:
Is there anything called wait block because I really need them - Code . . . In place of that, you can use setTimeout There are some other solutions like busy waiting (which eats up resources) Or await async, which does not exist in es5, and especially not code org It is not uncommon for forum members to not answer questions because they don’t have a solution (And in this case, they really don’t)
Code. org Professional Learning Community This is a place for teachers who are implementing our Code Studio curriculum as a space to share best practices, questions, thoughts, ideas and inspiration We're hoping to build a professional learning community for all of you amazing educators who are making change everyday in your classroom
CS Discoveries - Code. org Professional Learning Community Is there a list somewhere of all the colors that are available for use? I know you can change all the RGB’s and get different colors, but is there a list of the colors that code has “ready made”? One of my students is asking