Mobile detection

in theory. can you make a mobile device detection using js

untitled script pic (5)

This can check whether the device has a touchscreen or not. It reports $$\color{ff0000}false$$ if not in a touchscreen device, $$\color{00ff00}true$$ otherwise. As you can see, mine reports $$\color{ff0000}false$$ because I'm not on a touchscreen device.

thx