• Hello !

    Tell me how to check the passed argument belonging to a class "Pin" ?

    function func(_pin)
    {
    	if ( typeof (_pin)!=="Pin" /* the design code does not work */ )
    	{
    		/* here some code */
    	}
    }
    
About

Avatar for Konkery @Konkery started