5 if y gt 5 document writeln quot aria describedby quot cji quot gt which of the fol 5151460
5 ) if (y > 5) document.writeln” aria-describedby=”cji”>
WHICH Of the following assigns courseResult to “Passed” if studentGrade is greater than or equal to 60 and to assigns course Result to “Failed” otherwise? var course Result – “Passed” : “Failed”? (studentGrade > 60) var courseResult – (studentGrade > 60): “Passed” ? “Failed”, var courseResult = (studentGrade 6e) > “Passed” : “Failed” var courseResult – “Passed” > “Failed” : (studentGrade > 60); What be written to the HTML document when the following code executes if x=7 and ye? if ( x > 5 ) if (y > 5) document.writeln(“
x and y are > 5
'); else document.writeln(”
x is
” ); No answer text provided. Nothing
x and y are > 5
x is