Posts by Vitor Cordeiro • 15 points
6 posts
-
-1
votes1
answer821
viewsQ: Select in the Sequelize
I am trying to query the sequelize but I am not succeeding. I need to search for a collaborator in the bank by license plate. However, the employee must be from the same sector as the manager logged…
-
1
votes1
answer911
viewsQ: Relationship between tables with Sequelize
I have two tables, one for Collaborator and one for Sector. A collaborator belongs to a sector and a sector contains several collaborators. I managed to create the tables, however, I don’t know how…
-
0
votes1
answer66
viewsQ: How to refer to the attribute itself of a Javascript object?
I have an array of objects: window.matObj = [ { id: 11, x: aleatorio(3,9), y: aleatorio(3,9), resposta: (window.matObj[0].x + window.matObj[0].y), enunciado: window.matObj[0].x + " + " +…
javascriptasked Vitor Cordeiro 15 -
-1
votes1
answer52
viewsQ: Format string to print square root, exponent
Hey, there, you guys! would like to know how to print on the screen, a formatted string that shows the symbols of square, exponent and other mathematical symbols? It would go something like this: x…
-
0
votes0
answers386
viewsQ: Problems passing Query String as parameter in nodejs
I’m trying to make the functionality of login in the Nodejs, for this I created a method get who receives the email and the password as Query String and performs a query in the database (MySQL)…
-
0
votes1
answer663
viewsQ: How to receive data in an React Native component?
Hey, there, you guys! I am studying React Activate and I came across a problem that I could not solve, I tried in every way and searched in several places :( I have a list of employees and each…