Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
В якому варіанті правильно оголошується приватне поле для збереження балансу в ES6-класі Account?
class Account { _balance = 0; }
class Account { #balance = 0; }
class Account { $balance = 0; }
class Account { static balance = 0; }
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!