Posts by Bruno Telles Paula Santos • 32 points
2 posts
-
-2
votes1
answer55
viewsA: Compare object array and delete repeat
Hello, good afternoon, sir! From what I understand, you would like to "map" an array, check the elements in it, and if the element of array1 equals the element of array2, you remove it. const data1…
-
2
votes2
answers2177
viewsA: How to create a JSON file from a JS?
Hello, I know this answer is in 2020, but I still want to help For you to create a file ". json" or in any other format using JS you do so: var fs = require('fs');…