Check-in: Full and a bit tired.
Actual: 09:15- 11:30 2h15min
Get long time error because the clause wasn't within body.
Planned Schedule: 09:15-12:00. 2h 45.
Finish w3 school about Javascript part.
- difference between break and continue
-> continue break loop, for the next loop.
- Object; For...in statement
->var person={fname:"John",lname:"Doe",age:25};
var x;
for (x in person)
{
document.write(person[x] + " ");
}
沒有留言:
張貼留言