Posts by Felipe.dev • 1 point
2 posts
-
0
votes1
answer37
viewsQ: Filter string array in C and count how many repeat
The program makes car rentals, it takes license plate and the type of car, both stored in two different matrices, as I do to get only the license plates of the luxury type cars. Code I’ve made so…
-
-2
votes5
answers2360
viewsQ: Typescript error Property 'user' does not exist on type 'Request<Paramsdictionary, any, any, Parsedqs>'
How can I fix the error Property 'user' does not exist on type 'Request<ParamsDictionary, any, any, ParsedQs> I created a @types folder at the root, inside it had a file express.d.ts with the…