Skip to content

Instantly share code, notes, and snippets.

@mreigen
Created March 30, 2020 07:59
Show Gist options
  • Save mreigen/d5719c8f04c871b57f200146ea693a03 to your computer and use it in GitHub Desktop.
Save mreigen/d5719c8f04c871b57f200146ea693a03 to your computer and use it in GitHub Desktop.
const name = "com";
let i = 1;
const radioDevice = {
numberOfComs: 3,
[name + "_" + i++]: "port 4556",
[name + "_" + i++]: "socket 12",
[name + "_" + i++]: "socket 15",
};
radioDevice.com_1;
// => port 4556
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment