Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Computed Property Names #72

Open
alongubkin opened this issue Nov 25, 2014 · 1 comment
Open

Computed Property Names #72

alongubkin opened this issue Nov 25, 2014 · 1 comment

Comments

@alongubkin
Copy link
Owner

Add support for computed property names:

var x = 0;
var obj = {
  [x]: 'hello'
};

expect(obj[0]).to.be.eql('hello');
@alongubkin alongubkin self-assigned this Nov 25, 2014
@alongubkin alongubkin modified the milestones: 0.0.7-alpha, 0.1.2, 0.1.1 Nov 25, 2014
@nmn
Copy link

nmn commented Dec 1, 2014

+99999

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants