How do I call the function for getClass for the className inside this example? The way I have it written out does not seem to call getClass>
getClass
className
getClass>
You're referencing the instance of the getClass() function as opposed to calling the function. Try tweaking it like so:
getClass()
render: function() { return( Example ); }