Posts by Pleshw • 23 points
3 posts
-
-1
votes1
answer74
viewsQ: Javascript classes in an application with Cordova
When I try to declare a class in Javascript, using, for example: class musica{ contructor(){ this.variavel = 3; } funcao(){ console.log('essa é a minha variável: '+ this.variavel); } } In my…
-
0
votes2
answers18714
views -
2
votes1
answer34
viewsQ: Problem trying to use JSON values - Javascript
Well I have the following javascript code inside a function called query() that receives the value index of an input: var request = new XMLHttpRequest(); if (!request) { alert('Que pena :( a…