Forum Discussion

Novari-QA's avatar
Novari-QA
Frequent Contributor
7 years ago

Object functions returning Object, Javascript doesn't understand the type.

I have an object that holds multiple sub objects. These objects can be functions or objects. See example below. var menu = { Parent: { Child: function() { Aliases.browser.pageDashbo...