What are the backtick operators (``) called in the context of evaluating their content?
If you're referring to Bash then the backticks are known as "command substitution". $() provides similar functionality.
$()