Alex B Inside
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Creating instance of Son in Parent's method and having autocomplete.
Are there a way to create an instance of Son class by calling its inherited metho? That generic method shall be inherited from its Parent. The instance shall autocomplete and be treated as Son inst... -
Created JS validation.
Hi. While editing JavaScript my function gets objecte as param:function validate(obj) { var codesValid = obj.codesValid === undefined ? false : obj.codesValid;//..} The code valida...