Posts by Silvio Rubio Urbano da Silva • 16 points
2 posts
-
0
votes1
answer53
viewsA: Difference between Event.key and Event.code
Hello, event.key represents the value of the key pressed by the user, taking into account the state of the modifier keys, for example: Shift, as well as the location and layout of the keyboard.…
javascriptanswered Silvio Rubio Urbano da Silva 16 -
0
votes2
answers141
viewsA: Node using Axios with express, I want to wait for Promises
Hello, from what I understand you could solve as follows: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/funcoes_assincronas async function GET (){ cons result = await…
javascriptanswered Silvio Rubio Urbano da Silva 16