Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
function Bird() {
this.weight = 15;
this.getWeight = function(){
return weight;
};
}
**Your browser information:**
User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 15_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1
Challenge: Use Closure to Protect Properties Within an Object from Being Modified Externally
Link to the challenge: