@SUHASTADIPARTH1 ok thanks sir
@SUHASTADIPARTH1 ok thanks sir
@Coder100 for example function excerciseOne(student){
student = {[name,class,rollno]} // don't know wether it is correct or not
var school = student
return school
}
document.write(exerciseOne('student'));
something like this
@SUHASTADIPARTH1 It should return an array like [name,sclass,rollno] when we pass student as parameter to the function
@Coder100 trying, I need the output
@Coder100 I don't know C++ sir
@SUHASTADIPARTH1 Javascript
@Coder100 thanks sir