28.6k views
3 votes
Please help me debug this code! (image attached code.org)

Please help me debug this code! (image attached code.org)-example-1
User JDBennett
by
7.2k points

1 Answer

4 votes

Answer:

if (getProperty("skyButton", "checked" == getColor("Blue", "checked"))

console.log("correct match");

else

console.log("not matched correctly);

Step-by-step explanation:

User Finwe
by
6.8k points