Posts by lCezar • 3 points
2 posts
-
0
votes1
answer151
viewsQ: Javascript - Take for result and put each result inside an array
Hello, someone can help me in this matter. I would like to place each result inside my new array. Example, my for generates the result of 9 Array. success: function(res){ for(i in res){ var dados =…
-
0
votes1
answer43
viewsQ: Doubt methods Javascript
Greetings I have a question about methods in javascript. Can anyone tell me if this is a method and what kind of method this is. nomeMetodo : function (){ //code } It wouldn’t be like this...…