Is there a way to create a JavaScript library folder that would house re-usable JS functions? We have several forms that use the same functions and changes to a function means individually changing all our forms. Having the library would (hopefully) facilitate changes to functions used across several forms.
Any guidance or recommendations will be greatly appreciated.