Posts by Silas Dasilva • 13 points
1 post
-
0
votes1
answer42
viewsQ: Assigning a text within JAVASCRIPT methods?
I have a problem need to insert a text before returning a request in a api: getSW(); function getSW() { $.getJSON("https://swapi.co/api/films", function (json) { var data =…