I am attempting to dynamically adjust a numerical value entered to include thousand separators
Here is my code:
function addCommas(nStr) { nStr +
Try
instead. Since the function is working with text not numbers.