Posts

Showing posts from January, 2021

Java Script questions and answers demo page 2

Image
JavaScript Quiz - Interview questions and answers Welcome to JavaScript Quiz 1) You are asked by your Software Training Institute website customer to display UX Training certificate course brief details on click of a button on their website, inside the box with the link to an another website, where your visitor know full details and subscribe to course of study. Button name is, "Click for UX Practical Training Course details" . Pop up box width is 460px and 460px height. Use DOM - Document Object Model to access the html elements. Visitor has to Double click to close the box or X displayed on left top corner of box. Create a fancy javaScript content box as shown below. Choose correct choice from the three options given below and click Submit button. I had displayed only JavaScript code here as it of JavaScript quiz, no css or html. But, you can view the full demo on click of the button. Below picture is the output of above demo question.