Javascript Code Function Create FormData() Without Form

How to Create FormData() Object in Javascript without Having a Form by Simply querySelectorAll('input,select,textarea');

Home Short:

The function below allows you to find all a forms html elements and their values (creating formData() object in the process) WITHOUT these elements having to exist within a form.

S
H
A
R
E