Comment

Comments are the same as Javascript. The SJS code can be commented out as below:

copy
// page.sjs
// method 1: This is the annotation for a single row
/*
Method 2: This is the annotation for several rows
All contents in between are annotated.
*/
let h = 'hello';
const w = ' world';