Tuesday, February 26, 2019

For Loop

Related imagehttps://classflow.com/activfoundation/resource/downloadResourceFile?resourceId=a61cdf6fbb584d8c863515d24ab0745c&resourceFileType=CONVERTED Google Classroom
Question of the Day Form
Code Combat

Loop - a programming structure used to repeat actions without the player needing to write the same lines of code over and over.  What is a for loop?
Image result for javascript logo


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

What are the Boolean Operators?
Basic JavaScript and Graphics
What does the span tag do? Can you explain the span tag to me in a little more information?

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


No comments: