Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<script>
function boom()
{
var tvb = f.tableValues.baseVal;
f.setAttribute("tableValues", "3 7 5");
f.setAttribute("tableValues", "i");
tvb.numberOfItems;
}
boom();
</script>