UNPKG

preval

Version:

Wannabe compiler tool for JS

21 lines (15 loc) 241 B
# Preval test case # two.md > constants > two > > Two constants, nothing happens ## Input `````js filename=intro const foo = "five"; const bar = "six"; ````` ## Output `````js filename=intro const foo = "five"; const bar = "six"; `````