JavaScript Editor js editor     Web development 



Main Page

You have attempted to use the :: (scope resolution) operator outside of a method. Since the scope operator is driven from the THIS object reference, it can only be used within a method.



JavaScript Editor js editor     Web development