Skip to content

Fix JSHint warnings in console.html#4

Open
pdfernhout wants to merge 1 commit intocraigslist:masterfrom
pdfernhout:patch-3
Open

Fix JSHint warnings in console.html#4
pdfernhout wants to merge 1 commit intocraigslist:masterfrom
pdfernhout:patch-3

Conversation

@pdfernhout
Copy link

Also use === and !== for more predictable comparisons instead of == and !=

The "dot notation" warnings were not fixed as array-style access provides more clarity here.
Those warnings can be suppressed with: /* jshint sub:true */

Also use === and !== for more predictable comparisons instead of == and !=

The "dot notation" warnings were not fixed as array-style access provides more clarity here.
Those warnings can be suppressed with: /* jshint sub:true */
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