Friday, March 22, 2019

Street and Avenues


https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=a61cdf6fbb584d8c863515d24ab0745c&resourceFileType=CONVERTED Google Classroom
Question of the Day Form
CodeHS

Go to the Karel Textbook. In Karel's World which directions do Streets run? In Karel's World which directions do Avenue run?
Karel Textbook
https://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=ba7160ab334f47cea8dfcbfe4500cf68&resourceFileType=CONVERTEDImage result for javascript logo

Google Classroom  
Question of the Day Form
CodeHS

How many statements does the for loop have? What does statement 3 do?
For Loops
Basic JavaScript and Graphics
What is the Inspector used for? How do you access the Inspector?

<head>
        <link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
       background-color:Chartreuse;
}
 


No comments: