✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
To make this statement valid, what operator belongs in the ___ space below?
if (coin ___ "heads") {
console.log('coin is heads!');
} else {
console.log('coin is tails...');
}