mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): use double quotations in console.log statement (#56516)
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ Remember that you learned about `console.log()` and strings in the previous lect
|
||||
Here is a reminder of how to use `console.log()` with strings:
|
||||
|
||||
```js
|
||||
console.log('Hello, World!');
|
||||
console.log("Hello, World!");
|
||||
```
|
||||
|
||||
Add a `console.log()` statement that outputs the string `"Hi there!"` to the console. Don't forget your quotes around the message!
|
||||
|
||||
Reference in New Issue
Block a user