Display information about Bash builtin commands. More information: https://www.gnu.org/software/bash/manual/bash.html#index-help.
help
while loop construct:help while
for loop construct:help for
[[ ]] for conditional commands:help [[ ]]
(( )) to evaluate arithmetic expressions:help \( \)
cd command:help cd