TypoScript is JavaScript-like language with typos. Some typos in variable and function names are acceptable.
About 25% typos is within an acceptable range. However, it is limited to variables and functions. Not allowed with syntax keywords.
- if
- for
- var
- function
- Array
- Object
- Scope of variable
- ES2015 or later syntax
- and more!
Outputs the string to the console.
Receives input from the user.