✡️literal

🚧 施工中

JSgrammartoken ⟩ literal

(token) a data value that appears directly in a program.

3.14        // number (numeric literal)
"hello"     // string
true        // boolean
null        // absence of an object

Last updated