CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 3: M70-301: Front End Certified Developer

Your project, which uses prototype.js, contains the JavaScript class Photoviewer (see EXAMPLE, below). Which one of the following code samples will create a class called AdvancedPhotoViewer that extends Photoviewe r?EXAMPLE:var PhotoViewer = Class.create();

Nội dung câu hỏi

Your project, which uses prototype.js, contains the JavaScript class Photoviewer (see EXAMPLE, below). Which one of the following code samples will create a class called AdvancedPhotoViewer that extends Photoviewe r?EXAMPLE:var PhotoViewer = Class.create();

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. var AdvancedPhotoViewer = new PhotoViewer()
  2. B. AdvancedPhotoViewer.prototype = Object.extend (new PhotoViewer () — đáp án hiện tại
  3. C. var AdvancedPhotoViewer = Class.extend (PhotoViewer)
  4. D. AdvancedPhotoViewer = PhotoViewer.extend ()

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề