Back-tik
The back-tik is a symbol (`) used in several computing contexts: to delimit code in Markdown, to execute commands in certain languages (such as Bash), or to construct dynamic strings in JavaScript via "template literals". It facilitates the manipulation of complex strings and the insertion of variables.