...

Text file src/github.com/alecthomas/chroma/lexers/testdata/javascript.actual

Documentation: github.com/alecthomas/chroma/lexers/testdata

     1sum = parseInt(num1) + parseInt(num2) // "+" means "add"
     2alert("Sum = " + sum)  // "+" means combine into a string
     3const filePath = String.raw`C:\Development\profile\aboutme.html`;
     4
     5let n = 0x21 + 1_000;
     6let n2 = 1e3;

View as plain text