🐞
JS Bug Hunter GOD MODE
🐛 Bugs:
0
📄 Lines:
0
🌓 Theme
📝 script.js
ES2022 • Strict mode
1
// Example: buggy code function test() { var x = 10; console.log(y); // ReferenceError let x = 20; // duplicate if (x = 5) { // assignment return } eval('alert(1)'); // security setInterval(() => {}, 0); // bad var globalVar = window; // global }
🔍
Check Bugs
🗑️
Clear Code
📋
Load Example
⚙️
Run Analyzer
🌓
Theme
📋 Bug Report
Ready
Click "Check Bugs" to analyze