Posts by JosePena • 29 points
3 posts
-
0
votes1
answer79
viewsA: How to make an array of arrays for a multiple Insert in mysql with Node?
I figured out how to do: for (let index = 0; index < list.length; index++) { sqlObj[index] = [lastId, list[index]]; }
-
0
votes1
answer79
viewsQ: How to make an array of arrays for a multiple Insert in mysql with Node?
I need to make a multi-value database, for that I need a array of array. The first value of each array will be fixed and the second element I will change with a is probably: var values = [ ['281',…
-
2
votes2
answers290
viewsA: How to debug Nodejs code?
There are some options for you to do this... I think it’s cool to use vs code with extensions... If you want to learn about javascript, Node, React and React Native, I recommend you take a look at…