1[
2 {"type":"NameOther","value":"sum"},
3 {"type":"Text","value":" "},
4 {"type":"Operator","value":"="},
5 {"type":"Text","value":" "},
6 {"type":"NameBuiltin","value":"parseInt"},
7 {"type":"Punctuation","value":"("},
8 {"type":"NameOther","value":"num1"},
9 {"type":"Punctuation","value":")"},
10 {"type":"Text","value":" "},
11 {"type":"Operator","value":"+"},
12 {"type":"Text","value":" "},
13 {"type":"NameBuiltin","value":"parseInt"},
14 {"type":"Punctuation","value":"("},
15 {"type":"NameOther","value":"num2"},
16 {"type":"Punctuation","value":")"},
17 {"type":"Text","value":" "},
18 {"type":"CommentSingle","value":"// \"+\" means \"add\"\n"},
19 {"type":"NameOther","value":"alert"},
20 {"type":"Punctuation","value":"("},
21 {"type":"LiteralStringDouble","value":"\"Sum = \""},
22 {"type":"Text","value":" "},
23 {"type":"Operator","value":"+"},
24 {"type":"Text","value":" "},
25 {"type":"NameOther","value":"sum"},
26 {"type":"Punctuation","value":")"},
27 {"type":"Text","value":" "},
28 {"type":"CommentSingle","value":"// \"+\" means combine into a string\n"},
29 {"type":"KeywordReserved","value":"const"},
30 {"type":"Text","value":" "},
31 {"type":"NameOther","value":"filePath"},
32 {"type":"Text","value":" "},
33 {"type":"Operator","value":"="},
34 {"type":"Text","value":" "},
35 {"type":"NameBuiltin","value":"String"},
36 {"type":"Punctuation","value":"."},
37 {"type":"NameOther","value":"raw"},
38 {"type":"LiteralStringBacktick","value":"`C:\\Development\\profile\\aboutme.html`"},
39 {"type":"Punctuation","value":";"},
40 {"type":"Text","value":"\n\n"},
41 {"type":"KeywordDeclaration","value":"let"},
42 {"type":"Text","value":" "},
43 {"type":"NameOther","value":"n"},
44 {"type":"Text","value":" "},
45 {"type":"Operator","value":"="},
46 {"type":"Text","value":" "},
47 {"type":"LiteralNumberHex","value":"0x21"},
48 {"type":"Text","value":" "},
49 {"type":"Operator","value":"+"},
50 {"type":"Text","value":" "},
51 {"type":"LiteralNumberInteger","value":"1_000"},
52 {"type":"Punctuation","value":";"},
53 {"type":"Text","value":"\n"},
54 {"type":"KeywordDeclaration","value":"let"},
55 {"type":"Text","value":" "},
56 {"type":"NameOther","value":"n2"},
57 {"type":"Text","value":" "},
58 {"type":"Operator","value":"="},
59 {"type":"Text","value":" "},
60 {"type":"LiteralNumberFloat","value":"1e3"},
61 {"type":"Punctuation","value":";"},
62 {"type":"Text","value":"\n"}
63]
View as plain text