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