Fixed double quotes (#57925)

Co-authored-by: Taha Shahid <90358100+tahas02@users.noreply.github.com>
This commit is contained in:
Taha Shah
2025-01-05 01:32:59 -05:00
committed by GitHub
parent 5fb07f0dd8
commit 73f8b34824

View File

@@ -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