← Back to Challenges
intermediate Time limit: 1:00

Block Comment

Use visual block mode to add "// " to the beginning of multiple lines.

Commands
<C-v>I

Block Comment

Use visual block mode to add "// " to the beginning of multiple lines.

Time
0:00
/ 1:00
Editor0 keys
1let a = 1;
2let b = 2;
3let c = 3;
4let d = 4;
-- NORMAL --block-comment
Target
1// let a = 1;
2// let b = 2;
3// let c = 3;
4// let d = 4;
-- NORMAL --block-comment
⚠ Guest mode — Sign in to save your progress and score