Tuesday, February 19, 2019

String

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

String - a type of data that represents text. In both Python and JavaScript, strings are represented by text inside quotes. In Course 1, strings are used to identify objects for the hero to attack.
Write your name as a string in Python?
Image result for javascript logo


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

String - a type of data that represents text. In both Python and JavaScript, strings are represented by text inside quotes.
Write your name as a string in Python?
Basic JavaScript and Graphics
What is the Don't Repeat Yourself Principle and how do you apply it to CSS?

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


No comments: