Đoạn code trên sẽ có kết quả là: const notifications = 1; console.log( `You have ${notifications} notification${notifications !== 1 && 's'}` );

Câu hỏi :

Đoạn code trên sẽ có kết quả là:
const notifications = 1;
console.log(
`You have ${notifications} notification${notifications !==
1 && 's'}`
);

A. You have 1 notification

B. You have 1 notifications

C. You have 1 notificationfalse

* Đáp án

* Hướng dẫn giải

Chọn đáp án C

Câu hỏi trên thuộc đề trắc nghiệm dưới đây !

250 Câu hỏi trắc nghiệm Javascript, CSS, HTML có đáp án !!

Số câu hỏi: 248

Copyright © 2021 HOCTAP247