class Student { constructor(){ if(arguments.length == 0){ console.error("provide arguments"); return; }