JavaScript Quiz 2Versión en línea Quiz 2 related to the module: JavaScript Overview. por Thouraya Daouas 1 Is this script correct? a Yes b No 2 Is this script correct? a Yes b No 3 In order to display text in bold with JavaScript, which code is correct? a document.write(I want to display text); b window.document.write(“I want to display text”) c document.write(“I want to display text”); 4 Is this comment in JavaScript correct? a Yes b No 5 In general, script can begin with: Choose one or more answers a