balex3

Results 2 issues of balex3

Tag Group Length is not working ## Current Behavior Returns undefined ## Expected Behavior Should return length ## Possible Solution (Optional) Change this get length() { return Object.keys(this.tags).length; } To...

.length() is not returning the number of groups within tag ## Current Behavior As above (node-ethernet-ip/src/tag-group/index.js) ## Expected Behavior Length of group should be returned ## Possible Solution (Optional) Change...