Posts by user13288315 • 3 points
4 posts
-
0
votes4
answers50
viewsQ: Problem comparing java string
I am new to developing using java and came across the following error: When giving the Return inside my if that is inside the java is the following error:"Missing Return statement" The big question…
javaasked user13288315 3 -
0
votes1
answer35
viewsA: appendchild JS Giving error
Sorry to bother you but I found a solution kk just take the element that is being created and replace it with the first div that is in my string template and thus add normally to html let div =…
-
0
votes1
answer35
viewsQ: appendchild JS Giving error
Good evening, I am feeding my html to JS using the following code: function loja(){ const divLoja = document.querySelector('.teste') const api = new XMLHttpRequest() api.open('GET',…
-
-1
votes1
answer48
viewsQ: Consuming Mysql with javascript
I have a database using Mysql but the server side does not run Ode, is it possible to consume a database using an Ajax request for example? Using Javascript