Non-English Variables

1 · · Feb. 4, 2022, midnight
Summary
In JavaScript, you can use any ASCII characters as variable or function names, even non-English words or some special symbols: ```javascript const π = 3.1415......