Dashboard
Resources
Pricing
Discover
Directory
Log in
willtheorangeguy
/
willtheorangeguy.github.io
Active
Last analyzed
746442e
8 days ago
Default analysis branch is
main
Currently analyzing run
Overview
Issues
Metrics
History
All
Sort
Anti-pattern
406
All issues
565
Recommended
171
Bug Risk
146
Anti-pattern
406
Security
0
Performance
4
Typecheck
0
Coverage
0
Style
0
Documentation
9
Avoid use of
==
and
!=
JS-0050
Anti-pattern
8 months ago
—
8 months old
Found in assets/js/404.js, assets/../particles.js and 2 other files
72
Avoid using lexical declarations in case clauses
JS-0054
Anti-pattern
8 months ago
—
8 months old
Found in assets/js/particles.js
1
Invalid variable usage
JS-0043
Anti-pattern
8 months ago
—
8 months old
Found in assets/js/particles.js
120
Consider using
let
or
const
instead of
var
JS-0239
Anti-pattern
8 months ago
—
8 months old
Found in assets/../particles.js, assets/js/script.js and 2 other files
90
Initialization in variable declarations against recommended approach
JS-0119
Anti-pattern
8 months ago
—
8 months old
Found in assets/js/script.js
1
Either all code paths should have explicit returns, or none of them
JS-0045
Anti-pattern
8 months ago
—
8 months old
Found in assets/js/404.js, experience/script.js and 1 other file
3
No default cases in switch statements
JS-0047
Anti-pattern
8 months ago
—
8 months old
Found in assets/js/particles.js
3
Require template literals instead of string concatenation
JS-0246
Anti-pattern
8 months ago
—
8 months old
Found in assets/js/particles.js
8
Consider using arrow functions for callbacks
JS-0241
Anti-pattern
8 months ago
—
8 months old
Found in assets/js/404.js, assets/js/app.js and 4 other files
23
Prefer var declarations be placed at the top of their scope
JS-0102
Anti-pattern
8 months ago
—
8 months old
Found in assets/../particles.js, assets/js/script.js and 2 other files
71
Use
const
declarations for variables that are never reassigned
JS-0242
Anti-pattern
8 months ago
—
8 months old
Found in assets/js/script.js and projects/script.js
6
Found single char variable name
JS-C1002
Anti-pattern
8 months ago
—
8 months old
Found in apps/../hoisted.3d4d6801.js and assets/../particles.js
6
Detected the use of
alert
,
confirm
and
prompt
JS-0052
Anti-pattern
8 months ago
—
8 months old
Found in assets/js/script.js
2