File: s19.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 (7 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
const foo = 'bar';
const hello = `url = https://www.world.com/${foo} bar    baz`;
alert(hello);
const lines = `some
multi line
string`;
alert(lines);