fix: consolidate misc comments (#39583)
This commit is contained in:
@ -55,7 +55,7 @@ tests:
|
|||||||
<div id='js-seed'>
|
<div id='js-seed'>
|
||||||
|
|
||||||
```js
|
```js
|
||||||
var myStr; // Only change this line
|
var myStr; // Change this line
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -60,6 +60,8 @@ ReactDOM.render(
|
|||||||
);
|
);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Only change code below this line
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -43,9 +43,7 @@ tests:
|
|||||||
<div id='html-seed'>
|
<div id='html-seed'>
|
||||||
|
|
||||||
```html
|
```html
|
||||||
// The main.scss file
|
<!-- The main.scss file -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -60,7 +58,6 @@ tests:
|
|||||||
<section id='solution'>
|
<section id='solution'>
|
||||||
|
|
||||||
```html
|
```html
|
||||||
// The main.scss file
|
|
||||||
@import 'variables'
|
@import 'variables'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user