Skip to main content
Skill
Uply
Tools
Learn
Career
Arcade
Pricing
Start now
Back to Arcade
Bug Spotter
Find the line of code causing the issue.
Anomaly 1/5
Help
Score: 0
1
2
3
4
const obj = { a: 1 };
const clone = obj;
clone.a = 2;
console.log(obj.a);
No Bugs Found