MCQShareWhich statement is used to give value 3 for the variable ‘x’ in JavaScript?✓ var x = = 3;B Var x = 3;C x = 3D _= 3