UNPKG

preval

Version:

Wannabe compiler tool for JS

19 lines (13 loc) 205 B
# Preval test case # one.md > constants > one > > Single constant, nothing happens ## Input `````js filename=intro const foo = "five"; ````` ## Output `````js filename=intro const foo = "five"; `````