Skip to content

Comments

Update test.js#4

Open
franciscodua wants to merge 1 commit intomainfrom
franciscodua-patch-1
Open

Update test.js#4
franciscodua wants to merge 1 commit intomainfrom
franciscodua-patch-1

Conversation

@franciscodua
Copy link
Owner

No description provided.


console.log('Hello other stuff');

console.log('Hello other more stuff stuff');
Copy link
Owner 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('Hello other more stuff stuff');
console.log("Hello other more stuff stuff");


console.log('Hello other stuff');

console.log('Hello other more stuff stuff');
Copy link
Owner 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('Hello other more stuff stuff');
console.log("Hello other more stuff stuff");


console.log('Hello other stuff');

console.log('Hello other more stuff stuff');
Copy link
Owner 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('Hello other more stuff stuff');
console.log("Hello other more stuff stuff");


console.log('Hello other stuff');

console.log('Hello other more stuff stuff');
Copy link
Owner 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('Hello other more stuff stuff');
console.log("Hello other more stuff stuff");

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.

1 participant