Conditional (ternary) operator

The code uses the ternary operator to assign a value to text depending on the value of num. Adjust the code so that the value of text will be 'num is greater than 3'.
JavaScript
Console