Check whether a host is alive with -sn
Sometimes you only need to know which hosts exist, not their ports. -sn does a host-discovery (ping) scan only: no port scan, just 'Host is up'. On a /24 it becomes a sweep that lists every live host.
nmap -sn 10.10.10.10