Skip to content

Commit 857747a

Browse files
fix(curriculum): display console.log as inline code instead of code block (freeCodeCamp#56645)
1 parent 5bffac9 commit 857747a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

curriculum/challenges/english/25-front-end-development/quiz-javascript-variables-and-data-types/66edc25ae5ea80bf6f785552.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,7 @@ Which of the following is NOT a valid string concatenation method in JavaScript?
414414

415415
---
416416

417-
```js
418-
console.log(`${string1} ${string2}`);
419-
```
417+
```console.log(`${string1} ${string2}`);```
420418

421419
---
422420

0 commit comments

Comments
 (0)