// This is a one line comment
let i = 0
/**
This is a multi line comment
Here is the second line
*/
let j = 0
Oct 30, 20201 min read
// This is a one line comment
let i = 0
/**
This is a multi line comment
Here is the second line
*/
let j = 0