Posts by Lucas Andrade • 1 point
2 posts
-
0
votes1
answer40
viewsA: Angular does not display API data
Check what is populating your variable editoras. If you are returning an object, and not one array you can convert to an array using Object.values
-
-4
votes6
answers32107
viewsA: What is Vanilla JS?
As has already been said above by several colleagues, Vanillajs is just a sarcastic way of referring to pure JS. So Vanillajs is the same as Javascript Puro.