Functions in jmeter - __javaScript

Used to print current date

${__javaScript(new Date();)}

Below will print false

${__javaScript(2>7)}

We can even do any mathematical exp

${__javaScript(10+20)}

To concatenate two Strings

${__javaScript("hs"+"d")}