curriculum/challenges/english/blocks/learn-how-to-offer-technical-support-and-guidance/661f92163598134025d84a8e.md
Format refers to arranging or structuring something in a specific way. In coding, formatting means organizing the code so it's easy to read and understand.
First, BLANK suggest that you BLANK the code consistently. It'll be BLANK for everyone to read.
I'd
A contraction of I and would. The first letter is capitalized.
format
It refers to the arrangement or structuring of the code.
easier
It implies that consistent formatting will make the code more straightforward to read.
{
"setup": {
"background": "interview-room3.png",
"characters": [
{
"character": "Sarah",
"position": {
"x": 50,
"y": 0,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "9.1-1.mp3",
"startTime": 1,
"startTimestamp": 10.3,
"finishTimestamp": 15.04
}
},
"commands": [
{
"character": "Sarah",
"opacity": 1,
"startTime": 0
},
{
"character": "Sarah",
"startTime": 1,
"finishTime": 3.7,
"dialogue": {
"text": "First, I'd suggest that you format the code consistently.",
"align": "center"
}
},
{
"character": "Sarah",
"startTime": 3.84,
"finishTime": 5.74,
"dialogue": {
"text": "It'll be easier for everyone to read.",
"align": "center"
}
},
{
"character": "Sarah",
"opacity": 0,
"startTime": 6.24
}
]
}