Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@santhosh77h
Copy link

if root = {a : {b : 123}} and path=["a","b","c"] previously available code would crash.

Cannot use 'in' operator to search for 'c' in 123

if root = {a : {b : 100}} and path=["a","b","c"] previously available code would crash.
@santhosh77h santhosh77h changed the title update getByPathh.js update getByPath.js Sep 18, 2019
@santhosh77h santhosh77h changed the title update getByPath.js Fix getByPath.js bug Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants