Linked Questions

-1 votes
3 answers
64 views

I want to access the variable in the object, something like below: var menuSetup = { m : [100,200], height: m[0], // m is not defined } var menuSetup = { m : [100,200], height: this.m[...
CSnerd's user avatar
  • 2,259
-2 votes
1 answer
69 views

Basically I want to create an object that holds all the backend api urls. backendUrls: { pathParts: { house: '/house', office: '/office' }, baseUrl: 'http://localhost:8080', houseUrl: ...
stacktrace2234's user avatar

15 30 50 per page
1
2