curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b1d8345211473169794a1d.md
Listen to the audio and complete the sentence below.
Thanks, Sarah. I made sure to BLANK the code BLANK and easy to read.
keep
This verb means to maintain or continue something in a certain state or condition.
clean
This word refers to something that is free from errors or unnecessary parts, particularly in the context of code.
Keep the code clean is often used to mean maintaining well-organized, readable, and error-free code. It implies that the code is written in a clear, structured way, making it easy to understand, debug, and modify. For example:
It's important to keep the code clean by removing unnecessary comments and organizing functions properly. - This means making sure the code is simple, well-structured, and easy to follow.
{
"setup": {
"background": "company2-center.png",
"characters": [
{
"character": "Mark",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "B1_10-2.mp3",
"startTime": 1,
"startTimestamp": 6.18,
"finishTimestamp": 10.12
}
},
"commands": [
{
"character": "Mark",
"opacity": 1,
"startTime": 0
},
{
"character": "Mark",
"startTime": 1,
"finishTime": 4.94,
"dialogue": {
"text": "Thanks, Sarah. I made sure to keep the code clean and easy to read.",
"align": "center"
}
},
{
"character": "Mark",
"opacity": 0,
"startTime": 5.44
}
]
}