📅  最后修改于: 2022-03-11 14:53:09.496000             🧑  作者: Mango
function checkFluency()
{
var checkbox=document.getElementById('fluency');
if(checkbox.checked!=true)
{
alert("you need to be fluent in English to apply for the job");
}
}