← Back to Challenges
intermediate Time limit: 0:45

Indent a Block

Select lines and indent them inside a function body.

Commands
Vj>

Indent a Block

Select lines and indent them inside a function body.

Time
0:00
/ 0:45
Editor0 keys
1function greet() {
2console.log("hello");
3console.log("world");
4}
-- NORMAL --indent-block
Target
1function greet() {
2 console.log("hello");
3 console.log("world");
4}
-- NORMAL --indent-block
⚠ Guest mode — Sign in to save your progress and score