When you are paid for number of lines

let mybool:boolean = IsHTMLaProgramingLanguage();
If(mybool == true)
{
return true;
}
else if(mybool == false)
{
return false
}
else if(mybool == null)
{
return null;
}
else
{
console.log(“control will never come here as far as I know, but javascript can do magic any time”);
}

Leave A Reply

Your email address will not be published.

counter