The SVG DOMStringList.length property returns the length of the given DOMStringList element.
Syntax:
len= DOMStringList.Length
Return value: This property returns the length of the DOMStringList.
Example 1:
Output:
Example 2: