Skip to content

Cheatsheet request: Incorrect double-quoted string example in JavaScript cheatsheet #755

@vinayak-repositories

Description

@vinayak-repositories

I found a small documentation issue in the JavaScript cheatsheet.

File:
source/_posts/javascript.md

Section:
Strings

Problem:
The example labeled as "doubleQuotes" is using single quotes instead of double quotes.

Current code:
let singleQuotes = 'Wheres my bandit hat?';
let doubleQuotes = 'Wheres my bandit hat?';

Expected:
let singleQuotes = 'Wheres my bandit hat?';
let doubleQuotes = "Wheres my bandit hat?";

I’m happy to submit a pull request to fix this.

Metadata

Metadata

Assignees

Labels

requestCheatsheet request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions