Creating Related Function Arguments
for (const entry of de_and_fr) {
const result = await entry;
if (result[0] === "en") {
// This condition will always return 'false' since the types
//. '"de" | "fr"' and '"en"' have no overlap.(2367)
}
}