scrimba
Clean Code
Clean Variables & Clean Properties (Challenge)
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Clean Variables & Clean Properties (Challenge)
AboutCommentsNotes
Clean Variables & Clean Properties (Challenge)
Expand for more info
index.js
run
preview
console
// Clean Code: Variables Challenge 1.5

class Cat {
catName;
catAge;
}

Console
/index.html
-1:53