mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-09 01:01:04 -04:00
Fixed double quotes (#57925)
Co-authored-by: Taha Shahid <90358100+tahas02@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user