Posts by Luan Lima • 9 points
2 posts
-
-1
votes1
answer237
viewsQ: Why don’t Sass and Less work on Powershell?
I installed Sass and Less through Node.js (globally, as exemplified on the websites of the tools in question). I used both in cmd without problems, but when trying in Powershell, I received the…
-
1
votes1
answer932
viewsQ: Syntaxerror: Private field '#attribute' must be declared in an enclosing class
I created the Employee and Director classes, being Employee Inheritor Manager(daughter), but when instantiating a Director object I got the following error: Syntaxerror: Private field '#bonus' must…