Questions of #Redux.
( 28 of 47 )
Q.28 The function double is defined as follows. Is this a pure function? const double = x => x * 2;



Related Quiz