Question of the Day Form
Code Combat
Argument - extra information passed into a method to
modify what the method does. In both Python and JavaScript, arguments
are represented by code that is inside the parentheses after a method. Write an example of an argument.
Google Classroom
Question of the Day Form
CodeHS
When you want a user to input a dollar and cents value what would you write in your code? Write an example.
Basic JavaScript and Graphics
What is the child selector and how do you use it?
Basic JavaScript and Graphics
What is the child selector and how do you use it?
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
body{
background-color:Chartreuse;
}
No comments:
Post a Comment