What would the following code snippet display?              …

What would the following code snippet display?                                                                                                                               var x = 5;                                                                                                                               if(x == 4)                                                                                                                                   document.write(“Math is fun!”);                                                                                                                                else                                                                                                                                     document.write(“Wrong! “);                                                                                                                                     document.write(“Math is not fun!”);