Manuel Zarat
Results
1
issues of
Manuel Zarat
Is there a way to get the name of an object? For e.g if i create an object like this ```Javascript var myBaseObject = { name: "Test", value: 3 };...