Thursday, February 7, 2019

Basic Syntax

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

Basic Syntax - the rules for correct spelling, grammar, and punctuation in a programming language. What does the syntax need to be for code to execute properly? Why?

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 assign a value to an existing variable? Write an example.

Basic JavaScript and Graphics
Divs are used to group several different HTML elements together. What does grouping elements allow you to do?

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


No comments: