Computer Science, asked by kishanoberoy494, 1 year ago

With JavaScript DOM delete rows in a table?

Answers

Answered by khushi769
0

Answer:-Required in Firefox and Opera, optional in IE, Chrome and Safari. An integer that specifies the position of the row to delete (starts at 0). The value of 0 results in that the first row will be deleted. The value of -1 can also be used; which result in that the last row will be deleted

Similar questions