Test your basic knowledge |

Javascript Basics

Subject : it-skills
Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. String object method used to concatenate multiple strings






2. Math object method used to return a given number rounded to the next highest integer value






3. Math object method used to return a given number raised to a given power






4. To view the current web address using JavaScript






5. To write a line to the current element of the DOM (Document Object Model)






6. A _______ variable can be changed and accessed from within and without a function or object.






7. To create a function in JavaScript






8. Math object method used to return the square root of a given number






9. To get the text value of the control for radio buttons






10. Unlike ________________ identity operators do not perform type coercion.






11. To get the current checked status of the control for radio buttons






12. When you __________ a javascript variable it retains its original value






13. The four attributes of the <script> tag:Type - Src - _____ and Defer






14. The string escape sequence to start a new line in JavaScript






15. The identity operator for equals






16. The valid characters for an identifier in JavaScript: Letters - Numbers - ________ and Dollar Signs






17. The string escape sequence to insert a carriage return in JavaScript






18. To create a new Date object






19. Date object method used to return a string containing the date and time






20. To insert Javascript into a web page






21. To get the text value of the control for radio buttons






22. The two methods common to most controls: ______ //Brings focus to the control blur //Removes focus from the control






23. To set focus on the control for textboxes






24. To create a function that returns a value in JavaScript






25. ________ comments start with / and end with /.






26. A list-like construct that has properties which corresponds to JavaScript values or variables or other objects.






27. The string escape sequence to insert a backslash in JavaScript






28. To access the text element in a <span> tag






29. To set the current value of the control for a text area






30. What Date object method is used to return the number of milliseconds since the start of GMT






31. To assign actions to the window onLoad event






32. When you add a string and a number the result will be a ____






33. The available set methods for a Date object: setFullYear() - setMonth() - setDate() - setHours() - setMinutes() - setSeconds() - _________






34. Math object method used to return a random number






35. To test that a variable contains a valid number






36. To get the current value of the control for a text area






37. Math object method used to return the highest value from a set of supplied numbers






38. To code a button.onclick event handler






39. To display an alert






40. What String object method returns a new string containing the value of the original string but in all lower case






41. The string escape sequence to insert a double quote in JavaScript






42. To code an If statement in JavaScript






43. To assign the value from a prompt to a string






44. The identity operator for not equal






45. The format to create a new Date object from a string






46. The escape sequence used to insert a Unicode character into a string in JavaScript






47. The syntax of a conditional operator






48. To assign the return value of confirm() to a variable






49. To display a confirmation






50. To concatenate multiple parts into a string