Quiz_Index

Add Question

Question Option1 Option2 Option3 Option4 Option5 Answer
What is mean by "this" keyword in javascript? refers current object referes previous object It is variable which contains value None of the above A Edit | Details | Delete
Choose the client-side JavaScript object: Database Cursor Client FileUpLoad D Edit | Details | Delete
What returs the getSelection()? Returns the VALUE of a selected OPTION. Returns document.URL of the window in focus. Returns the value of cursor-selected text Returns the VALUE of a checked radio input. C Edit | Details | Delete
Is it possible to nest functions in JavaScript? False True B Edit | Details | Delete
In Javascript, Which of the following method is used to find out the character at a position in a string? charAt() CharacterAt() CharPos() characAt() A Edit | Details | Delete
How do you delete an element from an options array? Set it to false. Set it to null. Set it to undefined. Set it to -1 B Edit | Details | Delete
-------------- method is used to remove focus from the specified object. blur() focus() None A Edit | Details | Delete
Which of these is not a method of the Math object? atan() atan2() eval() acos() C Edit | Details | Delete