Write a function to calculate the product of even digits in a number? function solve( a ){ //write your code here } Login to Submit
input:1 output:0 input:2 output:2