function Major(Engineering){
if(Engineering === 'Software Engineering'){
return'Its a course of heroes, You can be proud of!';
}
else if(typeof Engineering === String){
return `Which type of ${Engineering}?`
}
else
{
return'please parse in the type of Engineering for this case';
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)