hello world
@shi.gg · 18d ago · typescript · 5 loc · raw · 0 comments
1const a = "console";2const b = "log";3const str = "Hello World!";45a[b](str);
login to post a comment
@shi.gg · 18d ago · typescript · 5 loc · raw · 0 comments
1const a = "console";2const b = "log";3const str = "Hello World!";45a[b](str);
login to post a comment