Skip to main content
Skill
Uply
Tools
Arcade
Roadmaps
Home
Tools
Dashboard
Profile
Back to Arcade
Bug Spotter
Find the line of code causing the issue.
Anomaly 1/5
Help
Score: 0
1
2
3
const x = { a: 1 };
delete x.a;
console.log(x.a);
No Bugs Found