Posts by Gustavo Souza • 13 points
4 posts
-
1
votes1
answer363
viewsA: Typeorm query with Inner Join is coming empty
I hope you’ve already solved the problem. But for those who fall for this question, try replacing getMany() with getRawMany() For more information: https://typeorm.io/#/select-query-Builder…
-
0
votes1
answer434
viewsQ: Import and Export Javascript functions and classes
When I try to import a console class from the browser, the following error appears: Uncaught SyntaxError: Cannot use import statement outside a module Filing cabinet models/Evento.js: export class…
-
0
votes1
answer58
viewsQ: Problem making a method call in class constructor (javascript)
I am learning javascript and am getting the following error: setTitulo is not defined Why does this error happen? The setTitulo method should not be set since it belongs to the class? class Nota{…
-
0
votes1
answer89
viewsQ: I cannot understand this Typeerror : is not a constructor
When I click the button salvage it performs the expected behavior (creates a training instance, fills the instance with the value of input and saved in an object instance list calendario) and it is…
javascriptasked Gustavo Souza 13