T Team MCQ Buddy π Instructor III β 27.12K Points π Fundamentals of Web Designing Q. How to create a Date object in JavaScript? (A) dateobjectname = new date([parameters]) (B) dateobjectname.newdate([parameters]) (C) dateobjectname := new date([parameters]) (D) dateobjectname date([parameters]) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) dateobjectname = new date([parameters])
T Team MCQ Buddy π Instructor III β 27.12K Points π Fundamentals of Web Designing Q. Which of the following event fires when the form element loses the focus: <button>, <input>, <label>, <select>, <textarea>? (A) onfocus (B) onblur (C) onclick (D) ondblclick ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) onblur
T Team MCQ Buddy π Instructor III β 27.12K Points π Fundamentals of Web Designing Q. ______ tag is an extension to HTML that can enclose any number of JavaScript statements. (A) <script> (B) <body> (C) <head> (D) <title> ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) <script>
T Team MCQ Buddy π Instructor III β 27.12K Points π Fundamentals of Web Designing Q. Which of the following are capabilities of functions in JavaScript? (A) return a value (B) accept parameters and return a value (C) accept parameters (D) none of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) accept parameters
T Team MCQ Buddy π Instructor III β 27.12K Points π Fundamentals of Web Designing Q. Which of the following can't be done with client-side JavaScript? (A) validating a form (B) sending a form\s contents by email (C) storing the form\s contents to a database file on the server (D) none of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) storing the form\s contents to a database file on the server
T Team MCQ Buddy π Instructor III β 27.12K Points π Fundamentals of Web Designing Q. _____ JavaScript statements embedded in an HTML page can respond to user events such as mouse-clicks, form input, and page navigation. (A) client-side (B) server-side (C) local (D) native ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) client-side
T Team MCQ Buddy π Instructor III β 27.12K Points π Fundamentals of Web Designing Q. When a user views a page containing a JavaScript program, which machine actually executes the script? (A) the user's machine running a web browser (B) the web server (C) a central machine deep within netscape's corporate offices (D) none of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) the user's machine running a web browser
T Team MCQ Buddy π Instructor III β 27.12K Points π Fundamentals of Web Designing Q. Javascript is _________ language. (A) application (B) programming (C) scripting (D) none of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) scripting