Đoạn code trên sẽ có kết quả là: const notifications = 1; console.log( `You have ${notifications} notification${notifications !== 1 && 's'}` );22/50Đoạn code trên sẽ có kết quả là:const notifications = 1;console.log(`You have ${notifications} notification${notifications !==1 && 's'}`);You have 1 notificationYou have 1 notificationsYou have 1 notificationfalseGiải thíchChọn đáp án C