Strings and Unicode - mmedrano9438/peripheral-brain GitHub Wiki

JavaScript programs are written using the Unicode character set, and you can use any Unicode character in strings and comments. Programmers can use mathematical symbols and words from non-English languages as constants and variables:

const π = 3.14; const sí = true;