Strings and data Types Tester
2+2
"2+2"
2==2
2==="2"
"Hello" + "World"
`The value of 2 + 2 is ${2 + 2}`