Parameters are a type of variable used in a subroutine to refer to the data provided as input to the subroutine.
I have the following test code... I am trying to pass a node-set as a param. After many hours, i …