Posts by João Fernando Garcia de Souza • 42 points
2 posts
-
-1
votes1
answer50
viewsA: Doubt with exercise of Ecmascript 6
The Admin class inherits the methods and attributes of the user class, so extends it. Think that an admin is a user, and he needs to check if the user is an Admin, and not if an Admin is an Admin. I…
-
2
votes2
answers56
viewsA: Question about GIT and how to use an existing project on the server?
If there are already files in the folder, create an empty repository from gitLab and then follow the steps below: cd pasta_projeto git remote add origin https://gitlab.com/seuUser/nomeDoProjeto.git…