Posts by Frederico Gomes • 1 point
1 post
- 
		0 votes2 answers164 viewsQ: How to modify a Javascript object with the same keys as another array with numbers?I have an object with 20 keys in total, each key is associated to a value but, value that does not matter for the moment for the answer. So is the object: var obj = { 1: ..., 2: ..., 3: ..., ...,…