File: s19-expected.js

package info (click to toggle)
libjavascript-packer-perl 2.11%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,260 kB
  • sloc: javascript: 16,826; perl: 807; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (2)
1
2
3
const foo='bar';const hello=`url = https://www.world.com/${foo} bar    baz`;alert(hello);const lines=`some
multi line
string`;alert(lines);