Open ddony8128 opened 3 years ago
Any kind of typo may lead to minor point deductions. In your case, however, there will be no problem if the text inside the tag is correct. Please check the details when the results come out.
We use automated grading since it is very time-consuming to grade each homework manually by running tests manually. Make sure to follow the homework specification.
Thank you for the answer. I think I can rest assured.
While testing my code for hw3, I found I had added space on the both side of title or content texts because of an unconscious habit for indenting and clean codes. Like " {p opening tag} {this.props.title} {p closing tag} ", there are spaces inside of p tags so that the title text appears with additional two spaces on the both side when it renders. As I check if the text is equal to title I intended to show, the code says no because of the spaces... Do I also get deduction in grading hw 3-1 like this? If I do, I'll be so embarrassed...