Bharath Raja
Bharath Raja
- Having a complete callback like jQuery. - Success and Error callback with corresponding names. - url is now being a part of option
- [ ] Add images - [ ] Add meta tags
splitting by "\n" doesn't give the meta data as first array value since there are numerous '\n' inside the meta data
``` javascript expect({ a: Symbol('test'), b: 'bar', }).to.deep.equal({ a: 'foo', b: 'bar', }) ``` **Fails but does not show the diff.** If `Symbol('test')` is replaced by `'test'`, It works 
https://babeljs.io/docs/learn-es2015/#default-rest-spread
Fixes #22 - [x] Sending array or object based on number of refs given. Making sure it's backward compatible. - [x] Add tests for the new code - [x] Update...
Having something like this would be perfect `const { header, body, inner } = findWithRef(component, 'header', 'body', 'inner')`