Question: What would be the value of 'ind' after execution of the following code?var msg="Welcome to ExpertRating"
var ind= msg.substr(3, 3)
A
B
C
D
E
lco
B
com
C
ome
D
Welcome
E
None
Note: Not available