Posts by Carlos Augusto • 22 points
4 posts
-
0
votes1
answer405
viewsA: React with Typescript : Error on a map in the image array
Guys, I got this. The problem was only in Arrow Function, instead of me not putting anything or even putting a parentese around the "Return", I put keys, which made the program expect an explicit…
-
-1
votes1
answer405
viewsQ: React with Typescript : Error on a map in the image array
Interface: interface CompanyDetails { company: { id: number; name: string; description: string; whatsapp: string; instagram: string; email: string; }, filesCompany: [ { url: string; name: string;…
-
1
votes2
answers196
viewsA: How do I add numbers in innerHTML?
var media = ""; //Apenas uma variável é necessária, vc só precisa ir //somando a cada nova nota; function myFunction(){ media =…
-
-2
votes1
answer451
viewsQ: MVC Web Standard with Nodejs
Guys, I’m not finding anything related, it’s as follows: I’m learning the MVC model, using the Express module (Nodejs), connection with Mysql Ok and already have a little interaction between the…