Posts by lucas-eugenio1990 • 1 point
3 posts
-
-2
votes2
answers38
viewsQ: Error in calling an API
I am studying pure javascript and api calls. My code is giving this error: Uncaught (in promise) TypeError: users.forEach is not a function at renderUsers async function getUsers() { let url =…
-
-4
votes1
answer61
viewsQ: useState in Reactjs?
I’m starting to React after studying Javascript and trying to do a very simple thing, which is to write a name I one input and appear on the page. import React from 'react'; function App() { return…
-
0
votes0
answers23
viewsQ: Delete function in Angularjs
I have the function of adding a theme, and it is working perfectly, however the delete function the theme is not catching. Exclusion function: function _inativarTema(tema) {…
angularjsasked lucas-eugenio1990 1