mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
Fixed double quotes (#57925)
Co-authored-by: Taha Shahid <90358100+tahas02@users.noreply.github.com>
This commit is contained in:
parent
5fb07f0dd8
commit
73f8b34824
@ -13,7 +13,7 @@ Here is a reminder of how to call a function:
|
||||
|
||||
```js
|
||||
function myFunction() {
|
||||
return 'Hello World';
|
||||
return "Hello World";
|
||||
}
|
||||
|
||||
// function call
|
||||
|
||||
Loading…
Reference in New Issue
Block a user