Posts by IpsumTech .advanced • 19 points
2 posts
-
0
votes2
answers164
viewsA: How to modify a Javascript object with the same keys as another array with numbers?
I think I understand what you want to do, but I believe you can’t declare a dynamic object the way you described it. So try the following: let myArray = [10,11,12,13,14,15,16,17]; //array c/ as…
-
0
votes1
answer2709
viewsQ: Error running build p/ android - IONIC 3
I’m working on an application with Ionic 3 and when I tried to turn the remote ionic cordova build android, a number of errors occur. Console indicates an issue with environment variables…