var conditionTest = 'Fonctionnera ? Fonctionnera pas ?'; if (conditionTest) { alert('Fonctionne !'); } else { alert('Ne fonctionne pas !'); }