surffishin07 surffishin07 17-11-2019 Computers and Technology contestada Which of the following is a valid JavaSript statement?a. If (x = 5) x == 2 * x;b. if (x = 5) x =2* x;c. if (x == 5) x == 2 * x;d. if (x == 5) x = 2 * x;