|
School work/- please help
This is really basic lesson I need to finish.
Since I have been to busy with porn stuff I need help.
I will read and learn myself later but if anyone could answer my question below I'd be happy since I must have it in within an hour.
Question/homework:
Please analyse the following function and write a comment for each row to explain what it is and what it do/happens.
Also say what kind of object it is referring to and what the
result will be.
function uppgift_a(b) {
var s = .s.value;
if (s !="") {
document[b].src = s;
}
}
|