Q46. What will the value of y be in this code:const x = 6 % 2;const y = x ? 'One' : 'Two';OneundefinedTRUETwoReference ternary operator jsQ47. Which keyword is used to create an error?throwexceptioncatcherrorReference throwing errors in jsQ48. What’s one difference between the async and defer attributes of the HTML script tag?