Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
man bash said:# Expands to the number of positional parameters in decimal.
test $# -eq 0 && echo "I got no arguments"
test $# -lt 3 && echo "Got less then 3 arguments, so no 3rd argument"