MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your JavaScript Questions & Answers External JavaScript and PHP knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What is the purpose of the function parameter filetype? |
| A. | File type to be expected |
| B. | File type previously got |
| C. | File type that should not be got |
| D. | File type available |
| Answer» B. File type previously got | |
| 2. |
What is the purpose of the RegExp method test()? |
| A. | Tests for a match in its float parameter |
| B. | Tests for a match in its string parameter |
| C. | Tests for a match in its integer parameter |
| D. | Test for a match in node |
| Answer» C. Tests for a match in its integer parameter | |