Posts by Douglas Martins • 21 points
3 posts
-
0
votes3
answers1289
viewsA: Error when launching Reset
It seems to me that you forgot to enter the folder Crete-React-app created. After giving the command create-react-app, type in command prompt: cd pasta-do-seu-app and enter. Enter npm start again…
-
1
votes1
answer2189
viewsA: Function javascript
You were miscomparing the information. You should compare with the parameter and not with the function name function hojeSeJoga(diaDaSemana) { if (diaDaSemana === "domingo") { return 'Hoje é dia de…
-
0
votes1
answer132
viewsQ: Failure to establish connection between two Docker containers
I have an application that is divided into 2 parts: Frontend and Backend. Frontend is an React JS application and backend is a Java application. This project is running on Docker, where I have 3…