Skip to content

Update README.md#27

Open
heliocodacy wants to merge 3 commits intomasterfrom
test-md-gate
Open

Update README.md#27
heliocodacy wants to merge 3 commits intomasterfrom
test-md-gate

Conversation

@heliocodacy
Copy link
Collaborator

No description provided.

typeof a === undefined
console.log('value of the second a:', a);
console.log("value of the second a:", a);
console.log('"value of the second a:"', a);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Strings must use doublequote.

Suggested change
console.log('"value of the second a:"', a);
console.log("\"value of the second a:\"", a);

typeof a === undefined
console.log('value of the second a:', a);
console.log("value of the second a:", a);
console.log('"value of the second a:"', a);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Strings must use doublequote.

Suggested change
console.log('"value of the second a:"', a);
console.log("\"value of the second a:\"", a);

typeof a === undefined
console.log('value of the second a:', a);
console.log("value of the second a:", a);
console.log('"value of the second a:"', a);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Strings must use doublequote.

Suggested change
console.log('"value of the second a:"', a);
console.log("\"value of the second a:\"", a);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants