Wednesday, February 6, 2019

Declare

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

What is an Algorithm? Look up the word and write the definition in your own words. A step-by-step set of instructions for completing a task. When algorithms are written using code, computers can follow them.

Image result for javascript logo


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

How do you declare and initialize a variable? Write an example.


How do you combine classes in your HTML code? Write an example.

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


No comments: